Lines Matching defs:profile
195 int *profile)
231 *profile = FF_PROFILE_DTS_EXPRESS;
256 *profile = FF_PROFILE_DTS_HD_MA;
271 if (*profile != FF_PROFILE_UNKNOWN)
274 *profile = FF_PROFILE_DTS;
279 *profile = FF_PROFILE_DTS_ES;
282 *profile = FF_PROFILE_DTS_96_24;
299 *profile = FF_PROFILE_DTS_HD_MA;
301 *profile = FF_PROFILE_DTS_HD_HRA;
334 if (!dca_parse_params(pc1, buf, buf_size, &duration, &sample_rate, &avctx->profile)) {