Home
last modified time | relevance | path

Searched refs:objectTypeIndication (Results 1 – 25 of 144) sorted by relevance

123456

/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/scene_manager/
H A Dloader_isom.c63 if ((esd->decoderConfig->objectTypeIndication != GF_CODECID_AFX) && in UpdateODCommand()
108 if ((esd->decoderConfig->objectTypeIndication != GF_CODECID_AFX) && in UpdateODCommand()
219 if (esd->decoderConfig->objectTypeIndication==GF_CODECID_TEXT_MPEG4) in gf_sm_load_run_isom()
222 if ((esd->decoderConfig->objectTypeIndication == GF_CODECID_AFX) || in gf_sm_load_run_isom()
231 sc->codec_id = esd->decoderConfig->objectTypeIndication; in gf_sm_load_run_isom()
238 if (esd->decoderConfig->objectTypeIndication<=2) { in gf_sm_load_run_isom()
254 if (esd->decoderConfig->objectTypeIndication==0x09) { in gf_sm_load_run_isom()
288 if (esd->decoderConfig->objectTypeIndication<=2) in gf_sm_load_run_isom()
292 if (esd->decoderConfig->objectTypeIndication==0x09) in gf_sm_load_run_isom()
407 if (esd->decoderConfig->objectTypeIndication<=2) { in gf_sm_load_init_isom()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/scene_manager/
H A Dloader_isom.c63 if ((esd->decoderConfig->objectTypeIndication != GF_CODECID_AFX) && in UpdateODCommand()
108 if ((esd->decoderConfig->objectTypeIndication != GF_CODECID_AFX) && in UpdateODCommand()
219 if (esd->decoderConfig->objectTypeIndication==GF_CODECID_TEXT_MPEG4) in gf_sm_load_run_isom()
222 if ((esd->decoderConfig->objectTypeIndication == GF_CODECID_AFX) || in gf_sm_load_run_isom()
231 sc->codec_id = esd->decoderConfig->objectTypeIndication; in gf_sm_load_run_isom()
238 if (esd->decoderConfig->objectTypeIndication<=2) { in gf_sm_load_run_isom()
254 if (esd->decoderConfig->objectTypeIndication==0x09) { in gf_sm_load_run_isom()
288 if (esd->decoderConfig->objectTypeIndication<=2) in gf_sm_load_run_isom()
292 if (esd->decoderConfig->objectTypeIndication==0x09) in gf_sm_load_run_isom()
407 if (esd->decoderConfig->objectTypeIndication<=2) { in gf_sm_load_init_isom()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/odf/
H A Dodf_parse.c231 GET_U8(dcd->objectTypeIndication) in gf_odf_set_field()
235 dcd->objectTypeIndication = GF_CODECID_OD_V1; in gf_odf_set_field()
239 dcd->objectTypeIndication = GF_CODECID_BIFS_V2; in gf_odf_set_field()
247 dcd->objectTypeIndication = GF_CODECID_AAC_MPEG4; in gf_odf_set_field()
255 dcd->objectTypeIndication = GF_CODECID_MPEG2_MAIN; in gf_odf_set_field()
259 dcd->objectTypeIndication = GF_CODECID_MPEG2_SNR; in gf_odf_set_field()
267 dcd->objectTypeIndication = GF_CODECID_MPEG2_HIGH; in gf_odf_set_field()
271 dcd->objectTypeIndication = GF_CODECID_MPEG2_422; in gf_odf_set_field()
291 dcd->objectTypeIndication = GF_CODECID_MPEG1; in gf_odf_set_field()
299 dcd->objectTypeIndication = GF_CODECID_JPEG; in gf_odf_set_field()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/odf/
H A Dodf_parse.c231 GET_U8(dcd->objectTypeIndication) in gf_odf_set_field()
235 dcd->objectTypeIndication = GF_CODECID_OD_V1; in gf_odf_set_field()
239 dcd->objectTypeIndication = GF_CODECID_BIFS_V2; in gf_odf_set_field()
247 dcd->objectTypeIndication = GF_CODECID_AAC_MPEG4; in gf_odf_set_field()
255 dcd->objectTypeIndication = GF_CODECID_MPEG2_MAIN; in gf_odf_set_field()
259 dcd->objectTypeIndication = GF_CODECID_MPEG2_SNR; in gf_odf_set_field()
267 dcd->objectTypeIndication = GF_CODECID_MPEG2_HIGH; in gf_odf_set_field()
271 dcd->objectTypeIndication = GF_CODECID_MPEG2_422; in gf_odf_set_field()
291 dcd->objectTypeIndication = GF_CODECID_MPEG1; in gf_odf_set_field()
299 dcd->objectTypeIndication = GF_CODECID_JPEG; in gf_odf_set_field()
[all …]
/dports/multimedia/l-smash/l-smash-2.14.5/codecs/
H A Dmp4sys.c128 lsmash_mp4sys_object_type_indication objectTypeIndication; member
404 lsmash_bs_put_byte( bs, dcd->objectTypeIndication ); in mp4sys_write_DecoderConfigDescriptor()
1075 dcd->objectTypeIndication = lsmash_bs_get_byte( bs ); in mp4sys_get_DecoderConfigDescriptor()
1365 params->objectTypeIndication = dcd->objectTypeIndication; in mp4sys_setup_summary_from_DecoderSpecificInfo()
1396 dcd->objectTypeIndication = params->objectTypeIndication; in mp4sys_setup_ES_Descriptor()
1472 esd_param.objectTypeIndication = param->objectTypeIndication; in lsmash_create_mp4sys_decoder_config()
1539 param->objectTypeIndication = dcd->objectTypeIndication; in mp4sys_construct_decoder_config()
1580 lsmash_mp4sys_object_type_indication objectTypeIndication; in lsmash_mp4sys_get_object_type_indication() local
1582objectTypeIndication = ((lsmash_mp4sys_decoder_parameters_t *)orig->data.structured)->objectTypeIn… in lsmash_mp4sys_get_object_type_indication()
1588objectTypeIndication = ((lsmash_mp4sys_decoder_parameters_t *)conv->data.structured)->objectTypeIn… in lsmash_mp4sys_get_object_type_indication()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/deprecated/old_arch/osmo4_wx/
H A Dfileprops.cpp327 …o += wxString::Format(wxT("\tOD Stream - version %d\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
333 …Format(wxT("\tScene Description Stream - version %d\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
340 switch (esd->decoderConfig->objectTypeIndication) { in SetStreamsInfo()
380 …= wxString::Format(wxT("Private/Unknown Type (0x%x)\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
387 switch (esd->decoderConfig->objectTypeIndication) { in SetStreamsInfo()
421 …= wxString::Format(wxT("Private/Unknown Type (0x%x)\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
426 … wxString::Format(wxT("\tMPEG-7 Stream - version %d\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
429 …+= wxString::Format(wxT("\tIPMP Stream - version %d\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
432 … += wxString::Format(wxT("\tOCI Stream - version %d\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
435 …= wxString::Format(wxT("\tMPEGJ Stream - version %d\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
[all …]
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/deprecated/old_arch/osmo4_wx/
H A Dfileprops.cpp327 …o += wxString::Format(wxT("\tOD Stream - version %d\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
333 …Format(wxT("\tScene Description Stream - version %d\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
340 switch (esd->decoderConfig->objectTypeIndication) { in SetStreamsInfo()
380 …= wxString::Format(wxT("Private/Unknown Type (0x%x)\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
387 switch (esd->decoderConfig->objectTypeIndication) { in SetStreamsInfo()
421 …= wxString::Format(wxT("Private/Unknown Type (0x%x)\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
426 … wxString::Format(wxT("\tMPEG-7 Stream - version %d\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
429 …+= wxString::Format(wxT("\tIPMP Stream - version %d\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
432 … += wxString::Format(wxT("\tOCI Stream - version %d\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
435 …= wxString::Format(wxT("\tMPEGJ Stream - version %d\n"), esd->decoderConfig->objectTypeIndication); in SetStreamsInfo()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/deprecated/old_arch/rvc_dec/
H A Drvc_dec.c123 switch (esd->decoderConfig->objectTypeIndication) { in RVCD_AttachStream()
149 …if ( (esd->decoderConfig->objectTypeIndication==GPAC_OTI_VIDEO_AVC) || (esd->decoderConfig->objec… in RVCD_AttachStream()
190 … else if ( (esd->decoderConfig->objectTypeIndication==GPAC_OTI_VIDEO_HEVC) || (esd->decoderConfig… in RVCD_AttachStream()
227 } else if (esd->decoderConfig->objectTypeIndication==GPAC_OTI_VIDEO_MPEG4_PART2) { in RVCD_AttachStream()
419 switch (esd->decoderConfig->objectTypeIndication) { in RVCD_CanHandleStream()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/deprecated/old_arch/rvc_dec/
H A Drvc_dec.c123 switch (esd->decoderConfig->objectTypeIndication) { in RVCD_AttachStream()
149 …if ( (esd->decoderConfig->objectTypeIndication==GPAC_OTI_VIDEO_AVC) || (esd->decoderConfig->objec… in RVCD_AttachStream()
190 … else if ( (esd->decoderConfig->objectTypeIndication==GPAC_OTI_VIDEO_HEVC) || (esd->decoderConfig… in RVCD_AttachStream()
227 } else if (esd->decoderConfig->objectTypeIndication==GPAC_OTI_VIDEO_MPEG4_PART2) { in RVCD_AttachStream()
419 switch (esd->decoderConfig->objectTypeIndication) { in RVCD_CanHandleStream()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/applications/testapps/broadcaster/
H A Dmeteo_local.xmt10 <DecoderConfigDescriptor objectTypeIndication="MPEG4Systems1" streamType="SceneDescription">
325 <DecoderConfigDescriptor objectTypeIndication="JPEG" streamType="Visual"/>
339 <DecoderConfigDescriptor objectTypeIndication="PNG" streamType="Visual"/>
352 <DecoderConfigDescriptor objectTypeIndication="PNG" streamType="Visual"/>
368 <DecoderConfigDescriptor objectTypeIndication="PNG" streamType="Visual"/>
381 <DecoderConfigDescriptor objectTypeIndication="PNG" streamType="Visual"/>
/dports/multimedia/gpac-mp4box/gpac-1.0.0/applications/testapps/broadcaster/
H A Dmeteo_local.xmt10 <DecoderConfigDescriptor objectTypeIndication="MPEG4Systems1" streamType="SceneDescription">
325 <DecoderConfigDescriptor objectTypeIndication="JPEG" streamType="Visual"/>
339 <DecoderConfigDescriptor objectTypeIndication="PNG" streamType="Visual"/>
352 <DecoderConfigDescriptor objectTypeIndication="PNG" streamType="Visual"/>
368 <DecoderConfigDescriptor objectTypeIndication="PNG" streamType="Visual"/>
381 <DecoderConfigDescriptor objectTypeIndication="PNG" streamType="Visual"/>
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/bifs/
H A Dbifs_codec.c126 … codec, u16 ESID, u8 *DecoderSpecificInfo, u32 DecoderSpecificInfoLength, u32 objectTypeIndication) in gf_bifs_decoder_configure_stream() argument
139 pInfo->config.version = (objectTypeIndication==2) ? 1 : 2; in gf_bifs_decoder_configure_stream()
156 pInfo->config.version = objectTypeIndication; in gf_bifs_decoder_configure_stream()
158 e = ParseConfig(bs, pInfo, (u32) objectTypeIndication); in gf_bifs_decoder_configure_stream()
164 e = ParseConfig(bs, pInfo, (objectTypeIndication==2) ? 1 : 2); in gf_bifs_decoder_configure_stream()
165 pInfo->config.version = (objectTypeIndication==2) ? 1 : 2; in gf_bifs_decoder_configure_stream()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/bifs/
H A Dbifs_codec.c126 … codec, u16 ESID, u8 *DecoderSpecificInfo, u32 DecoderSpecificInfoLength, u32 objectTypeIndication) in gf_bifs_decoder_configure_stream() argument
139 pInfo->config.version = (objectTypeIndication==2) ? 1 : 2; in gf_bifs_decoder_configure_stream()
156 pInfo->config.version = objectTypeIndication; in gf_bifs_decoder_configure_stream()
158 e = ParseConfig(bs, pInfo, (u32) objectTypeIndication); in gf_bifs_decoder_configure_stream()
164 e = ParseConfig(bs, pInfo, (objectTypeIndication==2) ? 1 : 2); in gf_bifs_decoder_configure_stream()
165 pInfo->config.version = (objectTypeIndication==2) ? 1 : 2; in gf_bifs_decoder_configure_stream()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/isomedia/
H A Dmedia.c80 (*out_esd)->decoderConfig->objectTypeIndication = GF_CODECID_EVRC; in gf_isom_get_3gpp_audio_esd()
90 (*out_esd)->decoderConfig->objectTypeIndication = GF_CODECID_QCELP; in gf_isom_get_3gpp_audio_esd()
129 (*out_esd)->decoderConfig->objectTypeIndication = GF_CODECID_SMV; in gf_isom_get_3gpp_audio_esd()
132 (*out_esd)->decoderConfig->objectTypeIndication = GF_CODECID_AMR; in gf_isom_get_3gpp_audio_esd()
135 (*out_esd)->decoderConfig->objectTypeIndication = GF_CODECID_AMR_WB; in gf_isom_get_3gpp_audio_esd()
256 (*out_esd)->decoderConfig->objectTypeIndication = GF_CODECID_AAC_MPEG4; in Media_GetESD()
286 esd->decoderConfig->objectTypeIndication = GF_CODECID_WEBVTT; in Media_GetESD()
321 (*out_esd)->decoderConfig->objectTypeIndication = GF_CODECID_OPUS; in Media_GetESD()
338 esd->decoderConfig->objectTypeIndication = GF_CODECID_H263; in Media_GetESD()
349 esd->decoderConfig->objectTypeIndication = GF_CODECID_MPEG_AUDIO; in Media_GetESD()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/isomedia/
H A Dmedia.c80 (*out_esd)->decoderConfig->objectTypeIndication = GF_CODECID_EVRC; in gf_isom_get_3gpp_audio_esd()
90 (*out_esd)->decoderConfig->objectTypeIndication = GF_CODECID_QCELP; in gf_isom_get_3gpp_audio_esd()
129 (*out_esd)->decoderConfig->objectTypeIndication = GF_CODECID_SMV; in gf_isom_get_3gpp_audio_esd()
132 (*out_esd)->decoderConfig->objectTypeIndication = GF_CODECID_AMR; in gf_isom_get_3gpp_audio_esd()
135 (*out_esd)->decoderConfig->objectTypeIndication = GF_CODECID_AMR_WB; in gf_isom_get_3gpp_audio_esd()
256 (*out_esd)->decoderConfig->objectTypeIndication = GF_CODECID_AAC_MPEG4; in Media_GetESD()
286 esd->decoderConfig->objectTypeIndication = GF_CODECID_WEBVTT; in Media_GetESD()
321 (*out_esd)->decoderConfig->objectTypeIndication = GF_CODECID_OPUS; in Media_GetESD()
338 esd->decoderConfig->objectTypeIndication = GF_CODECID_H263; in Media_GetESD()
349 esd->decoderConfig->objectTypeIndication = GF_CODECID_MPEG_AUDIO; in Media_GetESD()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/frameworks/av/media/libstagefright/
H A DESDS.cpp54 status_t ESDS::getObjectTypeIndication(uint8_t *objectTypeIndication) const { in getObjectTypeIndication()
59 *objectTypeIndication = mObjectTypeIndication; in getObjectTypeIndication()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Dmedia_export.c102 if (esd->decoderConfig->objectTypeIndication==GF_CODECID_OPUS) { in gf_dump_to_ogg()
142 if (esd->decoderConfig->objectTypeIndication==GF_CODECID_THEORA) { in gf_dump_to_ogg()
408 if (esd->decoderConfig->objectTypeIndication == GF_CODECID_MPEG4_PART2) { in gf_export_isom_copy_track()
417 …oderConfig->streamType == GF_STREAM_TEXT) && (esd->decoderConfig->objectTypeIndication == GF_CODEC… in gf_export_isom_copy_track()
477 } else if (esd->decoderConfig->objectTypeIndication==GF_CODECID_MPEG4_PART2) { in gf_export_isom_copy_track()
488 else if (esd->decoderConfig->objectTypeIndication==GF_CODECID_MPEG4_PART2) { in gf_export_isom_copy_track()
504 else if (esd->decoderConfig->objectTypeIndication==GF_CODECID_AAC_MPEG4) { in gf_export_isom_copy_track()
673 gf_fprintf(vtt, "MPEG-4-objectTypeIndication: %d\n", esd->decoderConfig->objectTypeIndication); in gf_media_export_webvtt_metadata()
1098 if (esd->decoderConfig->objectTypeIndication<GF_CODECID_LAST_MPEG4_MAPPING) { in gf_media_export_filters()
1099 …id = gf_codecid_from_oti(esd->decoderConfig->streamType, esd->decoderConfig->objectTypeIndication); in gf_media_export_filters()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Dmedia_export.c102 if (esd->decoderConfig->objectTypeIndication==GF_CODECID_OPUS) { in gf_dump_to_ogg()
142 if (esd->decoderConfig->objectTypeIndication==GF_CODECID_THEORA) { in gf_dump_to_ogg()
408 if (esd->decoderConfig->objectTypeIndication == GF_CODECID_MPEG4_PART2) { in gf_export_isom_copy_track()
417 …oderConfig->streamType == GF_STREAM_TEXT) && (esd->decoderConfig->objectTypeIndication == GF_CODEC… in gf_export_isom_copy_track()
477 } else if (esd->decoderConfig->objectTypeIndication==GF_CODECID_MPEG4_PART2) { in gf_export_isom_copy_track()
488 else if (esd->decoderConfig->objectTypeIndication==GF_CODECID_MPEG4_PART2) { in gf_export_isom_copy_track()
504 else if (esd->decoderConfig->objectTypeIndication==GF_CODECID_AAC_MPEG4) { in gf_export_isom_copy_track()
673 gf_fprintf(vtt, "MPEG-4-objectTypeIndication: %d\n", esd->decoderConfig->objectTypeIndication); in gf_media_export_webvtt_metadata()
1098 if (esd->decoderConfig->objectTypeIndication<GF_CODECID_LAST_MPEG4_MAPPING) { in gf_media_export_filters()
1099 …id = gf_codecid_from_oti(esd->decoderConfig->streamType, esd->decoderConfig->objectTypeIndication); in gf_media_export_filters()
[all …]
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/deprecated/old_arch/ffmpeg_in/
H A Dffmpeg_demux.c375 esd->decoderConfig->objectTypeIndication = GPAC_OTI_AUDIO_MPEG1; in FFD_GetESDescriptor()
378 esd->decoderConfig->objectTypeIndication = GPAC_OTI_AUDIO_MPEG2_PART3; in FFD_GetESDescriptor()
382 esd->decoderConfig->objectTypeIndication = GPAC_OTI_AUDIO_AAC_MPEG4; in FFD_GetESDescriptor()
391 esd->decoderConfig->objectTypeIndication = GPAC_OTI_MEDIA_FFMPEG; in FFD_GetESDescriptor()
423 …esd->decoderConfig->objectTypeIndication = (dec->codec_id==CODEC_ID_H264) ? GPAC_OTI_VIDEO_AVC : G… in FFD_GetESDescriptor()
431 esd->decoderConfig->objectTypeIndication = GPAC_OTI_VIDEO_MPEG1; in FFD_GetESDescriptor()
434 esd->decoderConfig->objectTypeIndication = GPAC_OTI_VIDEO_MPEG2_MAIN; in FFD_GetESDescriptor()
438 esd->decoderConfig->objectTypeIndication = GPAC_OTI_MEDIA_GENERIC; in FFD_GetESDescriptor()
448 esd->decoderConfig->objectTypeIndication = GPAC_OTI_MEDIA_FFMPEG; in FFD_GetESDescriptor()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/deprecated/old_arch/ffmpeg_in/
H A Dffmpeg_demux.c375 esd->decoderConfig->objectTypeIndication = GPAC_OTI_AUDIO_MPEG1; in FFD_GetESDescriptor()
378 esd->decoderConfig->objectTypeIndication = GPAC_OTI_AUDIO_MPEG2_PART3; in FFD_GetESDescriptor()
382 esd->decoderConfig->objectTypeIndication = GPAC_OTI_AUDIO_AAC_MPEG4; in FFD_GetESDescriptor()
391 esd->decoderConfig->objectTypeIndication = GPAC_OTI_MEDIA_FFMPEG; in FFD_GetESDescriptor()
423 …esd->decoderConfig->objectTypeIndication = (dec->codec_id==CODEC_ID_H264) ? GPAC_OTI_VIDEO_AVC : G… in FFD_GetESDescriptor()
431 esd->decoderConfig->objectTypeIndication = GPAC_OTI_VIDEO_MPEG1; in FFD_GetESDescriptor()
434 esd->decoderConfig->objectTypeIndication = GPAC_OTI_VIDEO_MPEG2_MAIN; in FFD_GetESDescriptor()
438 esd->decoderConfig->objectTypeIndication = GPAC_OTI_MEDIA_GENERIC; in FFD_GetESDescriptor()
448 esd->decoderConfig->objectTypeIndication = GPAC_OTI_MEDIA_FFMPEG; in FFD_GetESDescriptor()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/modules/deprecated/old_arch/widgetman/
H A Dwgt_load.c207 switch (esd->decoderConfig->objectTypeIndication) { in WGT_AttachStream()
219 wgtload->oti = esd->decoderConfig->objectTypeIndication; in WGT_AttachStream()
242 …if (esd->decoderConfig->objectTypeIndication==GPAC_OTI_PRIVATE_SCENE_WGT) return GF_CODEC_SUPPORTE… in WGT_CanHandleStream()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/modules/deprecated/old_arch/widgetman/
H A Dwgt_load.c207 switch (esd->decoderConfig->objectTypeIndication) { in WGT_AttachStream()
219 wgtload->oti = esd->decoderConfig->objectTypeIndication; in WGT_AttachStream()
242 …if (esd->decoderConfig->objectTypeIndication==GPAC_OTI_PRIVATE_SCENE_WGT) return GF_CODEC_SUPPORTE… in WGT_CanHandleStream()
/dports/multimedia/ccextractor/ccextractor-0.85/src/gpacmp4/
H A Dmedia.c83 (*out_esd)->decoderConfig->objectTypeIndication = GPAC_OTI_AUDIO_EVRC_VOICE; in gf_isom_get_3gpp_audio_esd()
91 (*out_esd)->decoderConfig->objectTypeIndication = GPAC_OTI_AUDIO_13K_VOICE; in gf_isom_get_3gpp_audio_esd()
131 (*out_esd)->decoderConfig->objectTypeIndication = GPAC_OTI_AUDIO_SMV_VOICE; in gf_isom_get_3gpp_audio_esd()
137 (*out_esd)->decoderConfig->objectTypeIndication = GPAC_OTI_MEDIA_GENERIC; in gf_isom_get_3gpp_audio_esd()
245 esd->decoderConfig->objectTypeIndication = GPAC_OTI_MEDIA_GENERIC; in Media_GetESD()
263 esd->decoderConfig->objectTypeIndication = GPAC_OTI_AUDIO_MPEG1; in Media_GetESD()
276 esd->decoderConfig->objectTypeIndication = GPAC_OTI_SCENE_LASER; in Media_GetESD()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/libstagefright/frameworks/av/media/libstagefright/include/
H A DESDS.h34 status_t getObjectTypeIndication(uint8_t *objectTypeIndication) const; in Atomize()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/share/gui/extensions/showroom/
H A Dosmo.bt10 objectTypeIndication 1

123456