Searched refs:enc_info (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | videotoolboxenc.c | 257 CFDictionaryRef enc_info, 1080 CFDictionaryRef enc_info, in vtenc_create_encoder() 1101 enc_info, in vtenc_create_encoder() 1427 CFMutableDictionaryRef enc_info; in vtenc_configure_encoder() local 1476 enc_info = CFDictionaryCreateMutable( in vtenc_configure_encoder() 1483 if (!enc_info) return AVERROR(ENOMEM); in vtenc_configure_encoder() 1487 CFDictionarySetValue(enc_info, in vtenc_configure_encoder() 1491 CFDictionarySetValue(enc_info, in vtenc_configure_encoder() 1495 CFDictionarySetValue(enc_info, in vtenc_configure_encoder() 1521 enc_info, in vtenc_configure_encoder() 1076 vtenc_create_encoder(AVCodecContext *avctx, CMVideoCodecType codec_type, CFStringRef profile_level, CFNumberRef gamma_level, CFDictionaryRef enc_info, CFDictionaryRef pixel_buffer_info, VTCompressionSessionRef *session) vtenc_create_encoder() argument 2515 vtenc_populate_extradata(AVCodecContext *avctx, CMVideoCodecType codec_type, CFStringRef profile_level, CFNumberRef gamma_level, CFDictionaryRef enc_info, CFDictionaryRef pixel_buffer_info) vtenc_populate_extradata() argument [all...] |
H A D | qsvenc.c | 1705 mfxExtAVCEncodedFrameInfo *enc_info = NULL; in encode_frame() local 1744 enc_info = av_mallocz(sizeof(*enc_info)); in encode_frame() 1745 if (!enc_info) in encode_frame() 1748 enc_info->Header.BufferId = MFX_EXTBUFF_ENCODED_FRAME_INFO; in encode_frame() 1749 enc_info->Header.BufferSz = sizeof (*enc_info); in encode_frame() 1754 enc_buf[0] = (mfxExtBuffer *)enc_info; in encode_frame() 1803 av_freep(&enc_info); in encode_frame() 1830 mfxExtAVCEncodedFrameInfo *enc_info; in ff_qsv_encode() local 1908 mfxExtAVCEncodedFrameInfo *enc_info = (mfxExtAVCEncodedFrameInfo *)(*enc_buf); ff_qsv_enc_close() local [all...] |
Completed in 6 milliseconds