/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 | 101 amf_int64 profile_level = 0; in amf_encode_init_hevc() local 138 profile_level = avctx->level; in amf_encode_init_hevc() 139 if (profile_level == FF_LEVEL_UNKNOWN) { in amf_encode_init_hevc() 140 profile_level = ctx->level; in amf_encode_init_hevc() 142 if (profile_level != 0) { in amf_encode_init_hevc() 143 … AMF_ASSIGN_PROPERTY_INT64(res, ctx->encoder, AMF_VIDEO_ENCODER_HEVC_PROFILE_LEVEL, profile_level); in amf_encode_init_hevc()
|
D | amfenc_h264.c | 134 amf_int64 profile_level = 0; in amf_encode_init_h264() local 180 profile_level = avctx->level; in amf_encode_init_h264() 181 if (profile_level == FF_LEVEL_UNKNOWN) { in amf_encode_init_h264() 182 profile_level = ctx->level; in amf_encode_init_h264() 184 if (profile_level != 0) { in amf_encode_init_h264() 185 … AMF_ASSIGN_PROPERTY_INT64(res, ctx->encoder, AMF_VIDEO_ENCODER_PROFILE_LEVEL, profile_level); in amf_encode_init_h264()
|
D | videotoolboxenc.c | 248 CFStringRef profile_level, 1045 CFStringRef profile_level, in vtenc_create_encoder() argument 1177 if (profile_level) { in vtenc_create_encoder() 1180 profile_level); in vtenc_create_encoder() 1385 CFStringRef profile_level; in vtenc_configure_encoder() local 1412 if (!get_vt_h264_profile_level(avctx, &profile_level)) return AVERROR(EINVAL); in vtenc_configure_encoder() 1416 if (!get_vt_hevc_profile_level(avctx, &profile_level)) return AVERROR(EINVAL); in vtenc_configure_encoder() 1464 profile_level, in vtenc_configure_encoder() 1474 profile_level, in vtenc_configure_encoder() 2478 CFStringRef profile_level, in vtenc_populate_extradata() argument [all …]
|
D | mediacodec_wrapper.c | 404 jobject profile_level = NULL; in ff_AMediaCodecList_getCodecNameByType() local 522 profile_level = (*env)->GetObjectArrayElement(env, profile_levels, k); in ff_AMediaCodecList_getCodecNameByType() 527 supported_profile = (*env)->GetIntField(env, profile_level, jfields.profile_id); in ff_AMediaCodecList_getCodecNameByType() 534 if (profile_level) { in ff_AMediaCodecList_getCodecNameByType() 535 (*env)->DeleteLocalRef(env, profile_level); in ff_AMediaCodecList_getCodecNameByType() 536 profile_level = NULL; in ff_AMediaCodecList_getCodecNameByType() 606 if (profile_level) { in ff_AMediaCodecList_getCodecNameByType() 607 (*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/gstreamer/gstplugins_good/gst/rtp/ |
D | gstrtph264pay.c | 226 rtph264pay->profile_level = 0; in gst_rtp_h264_pay_init() 506 gchar *profile_level; in gst_rtp_h264_pay_set_sps_pps() local 512 if (payloader->profile_level != 0) { in gst_rtp_h264_pay_set_sps_pps() 514 payloader->profile_level >> 16, in gst_rtp_h264_pay_set_sps_pps() 515 payloader->profile_level >> 8, in gst_rtp_h264_pay_set_sps_pps() 518 profile_level = in gst_rtp_h264_pay_set_sps_pps() 519 g_strdup_printf ("%06x", payloader->profile_level & 0xffffff); in gst_rtp_h264_pay_set_sps_pps() 521 "profile-level-id", G_TYPE_STRING, profile_level, in gst_rtp_h264_pay_set_sps_pps() 525 g_free (profile_level); in gst_rtp_h264_pay_set_sps_pps() 605 rtph264pay->profile_level = (data[1] << 16) | (data[2] << 8) | data[3]; in gst_rtp_h264_pay_setcaps() [all …]
|
D | gstrtph264pay.h | 68 guint profile_level; member
|
/third_party/gstreamer/gstplugins_bad/sys/applemedia/ |
D | vtenc.c | 401 self->profile_level = NULL; in gst_vtenc_init() 703 if (self->profile_level) in gst_vtenc_stop() 704 CFRelease (self->profile_level); in gst_vtenc_stop() 705 self->profile_level = NULL; in gst_vtenc_stop() 772 if (self->profile_level) in gst_vtenc_negotiate_profile_and_level() 773 CFRelease (self->profile_level); in gst_vtenc_negotiate_profile_and_level() 774 self->profile_level = gst_vtenc_profile_level_key (self, profile, level); in gst_vtenc_negotiate_profile_and_level() 775 if (self->profile_level == NULL) { in gst_vtenc_negotiate_profile_and_level() 1163 if (self->profile_level) { in gst_vtenc_create_session() 1187 if (self->profile_level) { in gst_vtenc_create_session() [all …]
|
D | vtenc.h | 62 CFStringRef profile_level; member
|
/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 | 424 int profile_level = 0x2B; in latm_context2profilelevel() local 431 profile_level = 0x28; // AAC Profile, Level 1 in latm_context2profilelevel() 434 profile_level = 0x29; // AAC Profile, Level 2 in latm_context2profilelevel() 436 profile_level = 0x2A; // AAC Profile, Level 4 in latm_context2profilelevel() 440 profile_level = 0x2B; // AAC Profile, Level 5 in latm_context2profilelevel() 444 return profile_level; in latm_context2profilelevel()
|
D | mov.c | 1970 uint8_t profile_level; in mov_read_dvc1() local 1980 profile_level = avio_r8(pb); in mov_read_dvc1() 1981 if ((profile_level & 0xf0) != 0xc0) in mov_read_dvc1()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 83922 vtenc: Set profile_level to NULL after release 83924 it checks for profile_level != NULL. This caused crashes when the
|