gf_odf_hevc_cfg_read 1274 include/gpac/mpeg4_odf.h GF_HEVCConfig *gf_odf_hevc_cfg_read(char *dsi, u32 dsi_size, Bool is_lhvc);
gf_odf_hevc_cfg_read  235 modules/mediacodec_dec/mediacodec_dec.c         cfg = gf_odf_hevc_cfg_read(ctx->esd->decoderConfig->decoderSpecificInfo->data, ctx->esd->decoderConfig->decoderSpecificInfo->dataLength, GF_FALSE);
gf_odf_hevc_cfg_read  106 modules/openhevc_dec/openhevc_dec.c 		cfg = gf_odf_hevc_cfg_read(esd->decoderConfig->decoderSpecificInfo->data, esd->decoderConfig->decoderSpecificInfo->dataLength, GF_FALSE);
gf_odf_hevc_cfg_read  108 modules/openhevc_dec/openhevc_dec.c 		cfg = gf_odf_hevc_cfg_read(esd->decoderConfig->decoderSpecificInfo->data, esd->decoderConfig->decoderSpecificInfo->dataLength, GF_FALSE);
gf_odf_hevc_cfg_read  216 modules/openhevc_dec/openhevc_dec.c 		hvcc = gf_odf_hevc_cfg_read(esd->decoderConfig->decoderSpecificInfo->data, esd->decoderConfig->decoderSpecificInfo->dataLength, GF_FALSE);
gf_odf_hevc_cfg_read  191 modules/rvc_dec/rvc_dec.c 		GF_HEVCConfig *cfg = gf_odf_hevc_cfg_read(esd->decoderConfig->decoderSpecificInfo->data, esd->decoderConfig->decoderSpecificInfo->dataLength, 0);
gf_odf_hevc_cfg_read  636 src/ietf/rtp_streamer.c 		GF_HEVCConfig *hevcc = dsi ? gf_odf_hevc_cfg_read(dsi, dsi_len, GF_FALSE) : NULL;
gf_odf_hevc_cfg_read 1135 src/isomedia/avc_ext.c 			avc->hevc_config->config = gf_odf_hevc_cfg_read(esd->decoderConfig->decoderSpecificInfo->data, esd->decoderConfig->decoderSpecificInfo->dataLength, GF_FALSE);