Home
last modified time | relevance | path

Searched refs:vaSetTimestampForSurface (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/libva/va/
Dva_tpi.c102 VAStatus vaSetTimestampForSurface( in vaSetTimestampForSurface() function
114 if (tpi && tpi->vaSetTimestampForSurface) { in vaSetTimestampForSurface()
115 return tpi->vaSetTimestampForSurface(ctx, surface, timestamp); in vaSetTimestampForSurface()
Dva_backend_tpi.h66 VAStatus (*vaSetTimestampForSurface)( member
Dva_tpi.h90 VAStatus vaSetTimestampForSurface (
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderBase.cpp311vaSetTimestampForSurface(mVADisplay, outputByPos->renderBuffer.surface, outputByPos->renderBuffer.… in getOutput()
356vaSetTimestampForSurface(mVADisplay, output->renderBuffer.surface, output->renderBuffer.timeStamp); in getOutput()
/hardware/intel/img/psb_video/src/
Dpsb_drv_video.c3361 tpi->vaSetTimestampForSurface = psb_SetTimestampForSurface;