Home
last modified time | relevance | path

Searched refs:enc_info (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/fdkaac/
Dgstfdkaacenc.c205 AACENC_InfoStruct enc_info = { 0 }; in gst_fdkaacenc_set_format() local
380 if ((err = aacEncInfo (self->enc, &enc_info)) != AACENC_OK) { in gst_fdkaacenc_set_format()
386 gst_audio_encoder_set_frame_samples_min (enc, enc_info.frameLength); in gst_fdkaacenc_set_format()
387 gst_audio_encoder_set_frame_samples_max (enc, enc_info.frameLength); in gst_fdkaacenc_set_format()
389 self->outbuf_size = enc_info.maxOutBufBytes; in gst_fdkaacenc_set_format()
390 self->samples_per_frame = enc_info.frameLength; in gst_fdkaacenc_set_format()
401 gst_buffer_new_memdup (enc_info.confBuf, enc_info.confSize); in gst_fdkaacenc_set_format()
415 gst_codec_utils_aac_caps_set_level_and_profile (src_caps, enc_info.confBuf, in gst_fdkaacenc_set_format()
416 enc_info.confSize); in gst_fdkaacenc_set_format()
/third_party/ffmpeg/libavcodec/
Dqsvenc.c1399 mfxExtAVCEncodedFrameInfo *enc_info; in encode_frame() local
1443 enc_info = av_mallocz(sizeof(*enc_info)); in encode_frame()
1444 if (!enc_info) in encode_frame()
1447 enc_info->Header.BufferId = MFX_EXTBUFF_ENCODED_FRAME_INFO; in encode_frame()
1448 enc_info->Header.BufferSz = sizeof (*enc_info); in encode_frame()
1453 enc_buf[0] = (mfxExtBuffer *)enc_info; in encode_frame()
1468 av_freep(&enc_info); in encode_frame()
1490 av_freep(&enc_info); in encode_frame()
1512 av_freep(&enc_info); in encode_frame()
1536 mfxExtAVCEncodedFrameInfo *enc_info; in ff_qsv_encode() local
[all …]
Dvideotoolboxenc.c250 CFDictionaryRef enc_info,
1047 CFDictionaryRef enc_info, in vtenc_create_encoder() argument
1068 enc_info, in vtenc_create_encoder()
1381 CFMutableDictionaryRef enc_info; in vtenc_configure_encoder() local
1421 enc_info = CFDictionaryCreateMutable( in vtenc_configure_encoder()
1428 if (!enc_info) return AVERROR(ENOMEM); in vtenc_configure_encoder()
1432 CFDictionarySetValue(enc_info, in vtenc_configure_encoder()
1436 CFDictionarySetValue(enc_info, in vtenc_configure_encoder()
1440 CFDictionarySetValue(enc_info, in vtenc_configure_encoder()
1466 enc_info, in vtenc_configure_encoder()
[all …]