HomeSort by relevance Sort by last modified time
    Searched refs:vaBeginPicture (Results 1 - 25 of 33) sorted by null

1 2

  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.cpp 243 vaStatus = vaBeginPicture(mVADisplay, mVAContext, mAcquiredBuffer->renderBuffer.surface);
244 CHECK_VA_STATUS("vaBeginPicture");
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
VideoDecoderAVCSecure.cpp 227 vaStatus = vaBeginPicture(mVADisplay, mVAContext, mAcquiredBuffer->renderBuffer.surface);
228 CHECK_VA_STATUS("vaBeginPicture");
  /hardware/intel/common/libva/va/
va_backend.h 165 VAStatus (*vaBeginPicture) (
va.c 1049 VAStatus vaBeginPicture (
1064 va_status = ctx->vtable->vaBeginPicture( ctx, context, render_target );
    [all...]
va.h     [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderMPEG2.cpp 221 vaStatus = vaBeginPicture(mVADisplay, mVAContext, mAcquiredBuffer->renderBuffer.surface);
222 CHECK_VA_STATUS("vaBeginPicture");
VideoDecoderVP8.cpp 270 vaStatus = vaBeginPicture(mVADisplay, mVAContext, mAcquiredBuffer->renderBuffer.surface);
271 CHECK_VA_STATUS("vaBeginPicture");
VideoDecoderWMV.cpp 262 vaStatus = vaBeginPicture(mVADisplay, mVAContext, mAcquiredBuffer->renderBuffer.surface);
263 CHECK_VA_STATUS("vaBeginPicture");
VideoDecoderMPEG4.cpp 429 vaStatus = vaBeginPicture(mVADisplay, mVAContext, mAcquiredBuffer->renderBuffer.surface);
430 CHECK_VA_STATUS("vaBeginPicture");
VideoDecoderAVC.cpp 333 vaStatus = vaBeginPicture(mVADisplay, mVAContext, mAcquiredBuffer->renderBuffer.surface);
334 CHECK_VA_STATUS("vaBeginPicture");
    [all...]
  /hardware/intel/common/libva/test/decode/
mpeg2vldemo.cpp 235 va_status = vaBeginPicture(va_dpy, context_id, surface_id);
236 CHECK_VASTATUS(va_status, "vaBeginPicture");
tinyjpeg.c 806 va_status = vaBeginPicture(va_dpy, context_id, surface_id);
807 CHECK_VASTATUS(va_status, "vaBeginPicture");
  /hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
VideoDecoderAVCSecure.cpp 243 vaStatus = vaBeginPicture(mVADisplay, mVAContext, mAcquiredBuffer->renderBuffer.surface);
244 CHECK_VA_STATUS("vaBeginPicture");
  /hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
VideoDecoderAVCSecure.cpp 247 vaStatus = vaBeginPicture(mVADisplay, mVAContext, mAcquiredBuffer->renderBuffer.surface);
248 CHECK_VA_STATUS("vaBeginPicture");
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
RotationBufferProvider.cpp 437 vaStatus = vaBeginPicture(mVaDpy, mVaCtx, mRotatedSurfaces[mTargetIndex]);
438 CHECK_VA_STATUS_BREAK("vaBeginPicture");
477 ITRACE("time spent %dms from vaBeginPicture to vaSyncSurface",
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
RotationBufferProvider.cpp 436 vaStatus = vaBeginPicture(mVaDpy, mVaCtx, mRotatedSurfaces[mTargetIndex]);
437 CHECK_VA_STATUS_BREAK("vaBeginPicture");
472 ILOGTRACE("time spent %dms from vaBeginPicture to vaSyncSurface",
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 484 vaStatus = vaBeginPicture(mVADisplay, mVAContext, mAcquiredBuffer->renderBuffer.surface);
485 CHECK_VA_STATUS("vaBeginPicture");
591 vaStatus = vaBeginPicture(mVADisplay, mVAContext, mAcquiredBuffer->renderBuffer.surface);
592 CHECK_VA_STATUS("vaBeginPicture");
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 504 vaStatus = vaBeginPicture(mVADisplay, mVAContext, mAcquiredBuffer->renderBuffer.surface);
505 CHECK_VA_STATUS("vaBeginPicture");
611 vaStatus = vaBeginPicture(mVADisplay, mVAContext, mAcquiredBuffer->renderBuffer.surface);
612 CHECK_VA_STATUS("vaBeginPicture");
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_mp42.c 1028 LOG_V("Calling vaBeginPicture\n");
1031 va_ret = vaBeginPicture(va_display, va_context, surface);
1034 LOG_E("Failed to vaBeginPicture(): va_ret = 0x%x\n", va_ret);
    [all...]
mixvideoformatenc_mpeg4.c     [all...]
mixvideoformat_h264.c     [all...]
mixvideoformat_vc1.c     [all...]
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 787 va_status = vaBeginPicture(va_dpy,
790 CHECK_VASTATUS(va_status, "vaBeginPicture");
    [all...]
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 729 ALOGV("before vaBeginPicture");
730 vaStatus = vaBeginPicture(mVADisplay, mVAContext, output[0]);
731 CHECK_VASTATUS("vaBeginPicture");
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/devices/
VirtualDevice.cpp     [all...]

Completed in 364 milliseconds

1 2