Searched defs:pipelineId (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/utils/ISV/base/
H A Disv_worker.cpp671 VABufferID pipelineId; local
726 &pipelineId);
734 vaStatus = vaMapBuffer(mVADisplay, pipelineId, (void**)&pipeline);
803 vaStatus = vaUnmapBuffer(mVADisplay, pipelineId);
808 vaStatus = vaRenderPicture(mVADisplay, mVAContext, &pipelineId, 1);
818 if (VA_STATUS_SUCCESS != vaDestroyBuffer(mVADisplay, pipelineId)) {
819 ALOGE("%s: failed to destroy va buffer %d", __func__, pipelineId);
829 mPipelineBuffers.push_back(pipelineId);

Completed in 5 milliseconds