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

  /external/chromium_org/third_party/libva/va/
va_backend.h 179 VAStatus (*vaEndPicture) (
va.h     [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/baytrail/
VideoDecoderAVCSecure.cpp 232 vaStatus = vaEndPicture(mVADisplay, mVAContext);
233 CHECK_VA_STATUS("vaEndPicture");
  /hardware/intel/common/libmix/videodecoder/securevideo/cherrytrail/
VideoDecoderAVCSecure.cpp 216 vaStatus = vaEndPicture(mVADisplay, mVAContext);
217 CHECK_VA_STATUS("vaEndPicture");
  /hardware/intel/common/libva/va/
va_backend.h 178 VAStatus (*vaEndPicture) (
va.c     [all...]
va.h     [all...]
  /external/chromium_org/content/common/gpu/media/
vaapi_wrapper.cc 354 va_res = vaEndPicture(va_display_, va_context_id_);
355 VA_SUCCESS_OR_RETURN(va_res, "vaEndPicture failed", false);
  /hardware/intel/common/libva/test/decode/
mpeg2vldemo.cpp 250 va_status = vaEndPicture(va_dpy,context_id);
251 CHECK_VASTATUS(va_status, "vaEndPicture");
tinyjpeg.c 824 va_status = vaEndPicture(va_dpy,context_id);
825 CHECK_VASTATUS(va_status, "vaEndPicture");
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderVP8.cpp 238 // setting mDecodingFrame to true so vaEndPicture will be invoked to end the picture decoding.
306 vaStatus = vaEndPicture(mVADisplay, mVAContext);
308 CHECK_VA_STATUS("vaEndPicture");
VideoDecoderWMV.cpp 245 // setting mDecodingFrame to true so vaEndPicture will be invoked to end the picture decoding.
309 vaStatus = vaEndPicture(mVADisplay, mVAContext);
VideoDecoderAVC.cpp 312 vaStatus = vaEndPicture(mVADisplay, mVAContext);
313 CHECK_VA_STATUS("vaEndPicture");
    [all...]
VideoDecoderBase.cpp 744 vaStatus = vaEndPicture(mVADisplay, mVAContext);
747 ETRACE("vaEndPicture failed. vaStatus = %d", vaStatus);
    [all...]
  /hardware/intel/common/libmix/videodecoder/securevideo/clovertrail/
VideoDecoderAVCSecure.cpp 226 vaStatus = vaEndPicture(mVADisplay, mVAContext);
227 CHECK_VA_STATUS("vaEndPicture");
  /hardware/intel/common/libmix/videodecoder/securevideo/merrplus/
VideoDecoderAVCSecure.cpp 230 vaStatus = vaEndPicture(mVADisplay, mVAContext);
231 CHECK_VA_STATUS("vaEndPicture");
  /hardware/intel/img/hwcomposer/ips/common/
RotationBufferProvider.cpp 466 vaStatus = vaEndPicture(mVaDpy, mVaCtx);
467 CHECK_VA_STATUS_BREAK("vaEndPicture");
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 798 va_status = vaEndPicture(va_dpy, context_id);
799 CHECK_VASTATUS(va_status, "vaEndPicture");
    [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c     [all...]
mpeg2vaenc.c     [all...]
avcenc.c 665 va_status = vaEndPicture(va_dpy, avcenc_context.context_id);
666 CHECK_VASTATUS(va_status,"vaEndPicture");
    [all...]
h264encode.c     [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.cpp 422 vaStatus = vaEndPicture(mVADisplay, mVAContext);
423 CHECK_VA_STATUS_GOTO_CLEANUP("vaEndPicture");
    [all...]
  /hardware/intel/img/psb_video/src/
psb_drv_video.c     [all...]
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp     [all...]

Completed in 377 milliseconds