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

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/va/
va_image.c 74 vlVaCreateImage(VADriverContextP ctx, VAImageFormat *format, int width, int height, VAImage *image)
106 vlVaDeriveImage(VADriverContextP ctx, VASurfaceID surface, VAImage *image)
va_private.h 109 VAStatus vlVaCreateImage(VADriverContextP ctx,VAImageFormat *format,int width,int height,VAImage *image);
110 VAStatus vlVaDeriveImage(VADriverContextP ctx,VASurfaceID surface,VAImage *image);
  /external/mesa3d/src/gallium/state_trackers/va/
va_image.c 74 vlVaCreateImage(VADriverContextP ctx, VAImageFormat *format, int width, int height, VAImage *image)
106 vlVaDeriveImage(VADriverContextP ctx, VASurfaceID surface, VAImage *image)
va_private.h 109 VAStatus vlVaCreateImage(VADriverContextP ctx,VAImageFormat *format,int width,int height,VAImage *image);
110 VAStatus vlVaDeriveImage(VADriverContextP ctx,VASurfaceID surface,VAImage *image);
  /external/chromium_org/content/common/gpu/media/
vaapi_wrapper.h 109 // Get a VAImage from a VASurface and map it into memory. The VAImage should
113 VAImage* image,
116 // Release the VAImage (and the associated memory mapping) obtained from
118 void ReturnVaImageForTesting(VAImage* image);
vaapi_wrapper.cc 597 VAImage* image,
604 // Derive a VAImage from the VASurface
610 // Map the VAImage into memory
622 void VaapiWrapper::ReturnVaImageForTesting(VAImage* image) {
632 static void DestroyVAImage(VADisplay va_display, VAImage image) {
642 VAImage image;
vaapi_h264_decoder_unittest.cc 195 scoped_refptr<media::VideoFrame> CopyNV12ToI420(VAImage* image, void* mem) {
264 VAImage image;
268 LOG(ERROR) << "Cannot get VAImage.";
  /external/chromium_org/third_party/libva/va/
va_backend.h 230 VAImage *image /* out */
236 VAImage *image /* out */
250 * in the palette is described by the component_order in VAImage struct
va.h     [all...]
  /hardware/intel/common/libva/va/
va_backend.h 229 VAImage *image /* out */
235 VAImage *image /* out */
249 * in the palette is described by the component_order in VAImage struct
va.h     [all...]
va.c     [all...]
  /hardware/intel/img/psb_video/src/
psb_output.h 163 * VAImage call these buffer routines
241 VAImage *image /* out */
247 VAImage *image /* out */
261 * in the palette is described by the component_order in VAImage struct
psb_output.c 208 /* check VAImage at first */
220 VAImage *image,
280 VAImage *image /* out */
428 memcpy(image, &obj_image->image, sizeof(VAImage));
462 VAImage *image /* out */
601 memcpy(image, &obj_image->image, sizeof(VAImage));
651 * in the palette is described by the component_order in VAImage struct
874 drv_debug_msg(VIDEO_DEBUG_ERROR, "target VAImage fourcc should be NV12 or IYUV\n");
    [all...]
psb_drv_video.h 530 unsigned int derived_imgcnt; /* is the surface derived by a VAImage? */
582 VAImage image;
  /hardware/intel/common/libva/test/
loadsurface.h 234 VAImage surface_image;
299 VAImage surface_image;
397 VAImage surface_image;
  /hardware/intel/common/libva/test/basic/
test_vaSurfaceAttrib.c 48 VAImage image_id;
  /hardware/intel/common/libva/test/putsurface/
putsurface_common.c 87 static VAImage csc_dst_fourcc_image;
261 // 1. make sure dst fourcc is supported for vaImage
290 // 3.2 vaImage with dst fourcc
353 VAImage surface_image;
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 212 VAImage surface_image;
260 VAImage surface_image;
362 VAImage surface_image;
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.cpp     [all...]
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderUtils.cpp 609 VAImage destImage;
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderVP9HWR.cpp 325 VAImage image;
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp     [all...]
  /hardware/intel/common/libva/test/encode/
mpeg2enc.c 435 VAImage surface_image;
    [all...]
mpeg2vaenc.c 435 VAImage surface_image;
    [all...]

Completed in 633 milliseconds

1 2