Home
last modified time | relevance | path

Searched refs:m_encode (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/codec/ddi/
H A Dmedia_libva_encoder.cpp54 DDI_CHK_NULL(encCtx->m_encode, "nullptr encCtx->m_encode", VA_STATUS_ERROR_INVALID_CONTEXT); in DdiEncode_RemoveFromStatusReportQueue()
57 VAStatus vaStatus = encCtx->m_encode->RemoveFromStatusReportQueue(buf); in DdiEncode_RemoveFromStatusReportQueue()
68 DDI_CHK_NULL(encCtx->m_encode, "nullptr encCtx->m_encode", VA_STATUS_ERROR_INVALID_CONTEXT); in DdiEncode_RemoveFromEncStatusReportQueue()
71 VAStatus vaStatus = encCtx->m_encode->RemoveFromEncStatusReportQueue(buf, typeIdx); in DdiEncode_RemoveFromEncStatusReportQueue()
82 DDI_CHK_NULL(encCtx->m_encode, "nullptr encCtx->m_encode", VA_STATUS_ERROR_INVALID_CONTEXT); in DdiEncode_RemoveFromPreEncStatusReportQueue()
85 VAStatus vaStatus = encCtx->m_encode->RemoveFromPreEncStatusReportQueue(buf, typeIdx); in DdiEncode_RemoveFromPreEncStatusReportQueue()
95 DDI_CHK_NULL(encCtx->m_encode, "nullptr encCtx->m_encode", VA_STATUS_ERROR_INVALID_CONTEXT); in DdiEncode_CodedBufferExistInStatusReport()
98 return encCtx->m_encode->CodedBufferExistInStatusReport(buf); in DdiEncode_CodedBufferExistInStatusReport()
107 DDI_CHK_NULL(encCtx->m_encode, "nullptr encCtx->m_encode", VA_STATUS_ERROR_INVALID_CONTEXT); in DdiEncode_EncBufferExistInStatusReport()
110 return encCtx->m_encode->EncBufferExistInStatusReport(buf, typeIdx); in DdiEncode_EncBufferExistInStatusReport()
[all …]
H A Dmedia_libva_encoder.h92 DdiEncodeBase *m_encode; member
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/codec/ddi/enc/
H A Dddi_encode_functions.cpp149 encCtx->m_encode = ddiEncode; in CreateContext()
238 encCtx->pCpDdiInterfaceNext->SetCpParams(CP_TYPE_NONE, encCtx->m_encode->m_codechalSettings); in CreateContext()
240 vaStatus = encCtx->m_encode->ContextInitialize(encCtx->m_encode->m_codechalSettings); in CreateContext()
248 MOS_STATUS eStatus = pCodecHal->Allocate(encCtx->m_encode->m_codechalSettings); in CreateContext()
269 vaStatus = encCtx->m_encode->InitCompBuffer(); in CreateContext()
332 if (nullptr != encCtx->m_encode) in DestroyContext()
334 encCtx->m_encode->FreeCompBuffer(); in DestroyContext()
335 if(nullptr != encCtx->m_encode->m_codechalSettings) in DestroyContext()
337 MOS_Delete(encCtx->m_encode->m_codechalSettings); in DestroyContext()
338 encCtx->m_encode->m_codechalSettings = nullptr; in DestroyContext()
[all …]
H A Dddi_libva_encoder_specific.h94 DdiEncodeBase *m_encode; member
/aosp_15_r20/external/pdfium/core/fpdfapi/page/
H A Dcpdf_stitchfunc.cpp105 m_encode = ReadArrayElementsToVector(pEncodeArray.Get(), nSubs * 2); in v_Init()
117 input = Interpolate(input, m_bounds[i], m_bounds[i + 1], m_encode[i * 2], in v_Call()
118 m_encode[i * 2 + 1]); in v_Call()
H A Dcpdf_stitchfunc.h29 float GetEncode(size_t i) const { return m_encode[i]; } in GetEncode()
34 std::vector<float> m_encode; variable
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/ddi/
H A Dmedia_libva_util.cpp1932 if (pEncCtx && pEncCtx->m_encode) in DdiMediaUtil_UnRegisterRTSurfaces()
1935 pEncCtx->m_encode->UnRegisterRTSurfaces(&pEncCtx->RTtbl, surface); in DdiMediaUtil_UnRegisterRTSurfaces()
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/ddi/
H A Dmedia_libva_util_next.cpp1221 if (pEncCtx && pEncCtx->m_encode) in UnRegisterRTSurfaces()
1224 pEncCtx->m_encode->UnRegisterRTSurfaces(&pEncCtx->RTtbl, surface); in UnRegisterRTSurfaces()