Searched refs:profile_level (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/ |
D | vid_enc.c | 228 priv->profile_level.eProfile = OMX_VIDEO_AVCProfileBaseline; in vid_enc_Constructor() 229 priv->profile_level.eLevel = OMX_VIDEO_AVCLevel51; in vid_enc_Constructor() 403 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = param; in vid_enc_SetParameter() local 409 priv->profile_level = *profile_level; in vid_enc_SetParameter() 490 OMX_VIDEO_PARAM_PROFILELEVELTYPE *profile_level = param; in vid_enc_GetParameter() local 496 profile_level->eProfile = priv->profile_level.eProfile; in vid_enc_GetParameter() 497 profile_level->eLevel = priv->profile_level.eLevel; in vid_enc_GetParameter() 611 templat.profile = enc_TranslateOMXProfileToPipe(priv->profile_level.eProfile); in vid_enc_MessageHandler() 612 templat.level = enc_TranslateOMXLevelToPipe(priv->profile_level.eLevel); in vid_enc_MessageHandler() 805 picture.base.profile = enc_TranslateOMXProfileToPipe(priv->profile_level.eProfile); in enc_HandleTask()
|
/third_party/ffmpeg/libavcodec/ |
D | amfenc_hevc.c | 102 amf_int64 profile_level = 0; in amf_encode_init_hevc() local 139 profile_level = avctx->level; in amf_encode_init_hevc() 140 if (profile_level == FF_LEVEL_UNKNOWN) { in amf_encode_init_hevc() 141 profile_level = ctx->level; in amf_encode_init_hevc() 143 if (profile_level != 0) { in amf_encode_init_hevc() 144 … AMF_ASSIGN_PROPERTY_INT64(res, ctx->encoder, AMF_VIDEO_ENCODER_HEVC_PROFILE_LEVEL, profile_level); in amf_encode_init_hevc()
|
D | amfenc_h264.c | 135 amf_int64 profile_level = 0; in amf_encode_init_h264() local 181 profile_level = avctx->level; in amf_encode_init_h264() 182 if (profile_level == FF_LEVEL_UNKNOWN) { in amf_encode_init_h264() 183 profile_level = ctx->level; in amf_encode_init_h264() 185 if (profile_level != 0) { in amf_encode_init_h264() 186 … AMF_ASSIGN_PROPERTY_INT64(res, ctx->encoder, AMF_VIDEO_ENCODER_PROFILE_LEVEL, profile_level); in amf_encode_init_h264()
|
D | videotoolboxenc.c | 255 CFStringRef profile_level, 1078 CFStringRef profile_level, in vtenc_create_encoder() argument 1223 if (profile_level) { in vtenc_create_encoder() 1226 profile_level); in vtenc_create_encoder() 1431 CFStringRef profile_level = NULL; in vtenc_configure_encoder() local 1465 if (!get_vt_h264_profile_level(avctx, &profile_level)) return AVERROR(EINVAL); in vtenc_configure_encoder() 1469 if (!get_vt_hevc_profile_level(avctx, &profile_level)) return AVERROR(EINVAL); in vtenc_configure_encoder() 1519 profile_level, in vtenc_configure_encoder() 1529 profile_level, in vtenc_configure_encoder() 2517 CFStringRef profile_level, in vtenc_populate_extradata() argument [all …]
|
D | mediacodec_wrapper.c | 403 jobject profile_level = NULL; in ff_AMediaCodecList_getCodecNameByType() local 521 profile_level = (*env)->GetObjectArrayElement(env, profile_levels, k); in ff_AMediaCodecList_getCodecNameByType() 526 supported_profile = (*env)->GetIntField(env, profile_level, jfields.profile_id); in ff_AMediaCodecList_getCodecNameByType() 533 if (profile_level) { in ff_AMediaCodecList_getCodecNameByType() 534 (*env)->DeleteLocalRef(env, profile_level); in ff_AMediaCodecList_getCodecNameByType() 535 profile_level = NULL; in ff_AMediaCodecList_getCodecNameByType() 605 if (profile_level) { in ff_AMediaCodecList_getCodecNameByType() 606 (*env)->DeleteLocalRef(env, profile_level); in ff_AMediaCodecList_getCodecNameByType()
|
/third_party/mesa3d/src/gallium/frontends/omx/tizonia/ |
D | h264eprc.c | 58 TIZ_INIT_OMX_PORT_STRUCT(priv->profile_level, in init_port_structs() 78 OMX_IndexParamVideoProfileLevelCurrent, &(priv->profile_level))); in init_port_structs() 482 priv->profile_level.eProfile = OMX_VIDEO_AVCProfileBaseline; in h264e_prc_ctor() 483 priv->profile_level.eLevel = OMX_VIDEO_AVCLevel51; in h264e_prc_ctor() 531 templat.profile = enc_TranslateOMXProfileToPipe(priv->profile_level.eProfile); in h264e_prc_prepare_to_transfer() 532 templat.level = enc_TranslateOMXLevelToPipe(priv->profile_level.eLevel); in h264e_prc_prepare_to_transfer()
|
/third_party/mesa3d/src/gallium/frontends/omx/ |
D | vid_enc_common.h | 96 OMX_VIDEO_PARAM_PROFILELEVELTYPE profile_level; \ 145 OMX_VIDEO_PARAM_PROFILELEVELTYPE profile_level;
|
/third_party/ffmpeg/libavformat/ |
D | sdp.c | 449 int profile_level = 0x2B; in latm_context2profilelevel() local 456 profile_level = 0x28; // AAC Profile, Level 1 in latm_context2profilelevel() 459 profile_level = 0x29; // AAC Profile, Level 2 in latm_context2profilelevel() 461 profile_level = 0x2A; // AAC Profile, Level 4 in latm_context2profilelevel() 465 profile_level = 0x2B; // AAC Profile, Level 5 in latm_context2profilelevel() 469 return profile_level; in latm_context2profilelevel()
|
D | mov.c | 2040 uint8_t profile_level; in mov_read_dvc1() local 2050 profile_level = avio_r8(pb); in mov_read_dvc1() 2051 if ((profile_level & 0xf0) != 0xc0) in mov_read_dvc1()
|