Home
last modified time | relevance | path

Searched refs:profile_level (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
Dvid_enc.c228 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/
Damfenc_hevc.c101 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()
Damfenc_h264.c134 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()
Dvideotoolboxenc.c248 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 …]
Dmediacodec_wrapper.c404 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/
Dh264eprc.c58 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/
Dgstrtph264pay.c226 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 …]
Dgstrtph264pay.h68 guint profile_level; member
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Dvtenc.c401 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 …]
Dvtenc.h62 CFStringRef profile_level; member
/third_party/mesa3d/src/gallium/frontends/omx/
Dvid_enc_common.h96 OMX_VIDEO_PARAM_PROFILELEVELTYPE profile_level; \
145 OMX_VIDEO_PARAM_PROFILELEVELTYPE profile_level;
/third_party/ffmpeg/libavformat/
Dsdp.c424 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()
Dmov.c1970 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/
DChangeLog83922 vtenc: Set profile_level to NULL after release
83924 it checks for profile_level != NULL. This caused crashes when the