Lines Matching refs:enc_info
1705 mfxExtAVCEncodedFrameInfo *enc_info = NULL;
1744 enc_info = av_mallocz(sizeof(*enc_info));
1745 if (!enc_info)
1748 enc_info->Header.BufferId = MFX_EXTBUFF_ENCODED_FRAME_INFO;
1749 enc_info->Header.BufferSz = sizeof (*enc_info);
1754 enc_buf[0] = (mfxExtBuffer *)enc_info;
1803 av_freep(&enc_info);
1830 mfxExtAVCEncodedFrameInfo *enc_info;
1863 enc_info = (mfxExtAVCEncodedFrameInfo *)(*enc_buf);
1865 enc_info->QP * FF_QP2LAMBDA, NULL, 0, pict_type);
1866 av_freep(&enc_info);
1908 mfxExtAVCEncodedFrameInfo *enc_info = (mfxExtAVCEncodedFrameInfo *)(*enc_buf);
1909 av_freep(&enc_info);