Home
last modified time | relevance | path

Searched refs:VA_FRAME_PICTURE (Results 1 – 20 of 20) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpsb_surface_ext.h143 #ifndef VA_FRAME_PICTURE
146 #define VA_FRAME_PICTURE 0x00000000 macro
/hardware/intel/common/libva/test/common/
Dva_display_android.cpp96 VA_FRAME_PICTURE); in va_put_surface_android()
Dva_display_x11.c131 VA_FRAME_PICTURE); in va_put_surface_x11()
Dva_display_wayland.c173 va_status = vaGetSurfaceBufferWl(va_dpy, surface, VA_FRAME_PICTURE, &buffer); in va_put_surface_wayland()
/hardware/intel/common/libva/test/putsurface/
Dputsurface_wayland.c159 va_status = vaGetSurfaceBufferWl(va_dpy, va_surface, VA_FRAME_PICTURE, &buffer); in va_put_surface()
Dputsurface_common.c80 static int display_field = VA_FRAME_PICTURE;
/hardware/intel/common/libmix/mix_video/src/
Dmixvideoframe.c44 self->frame_structure = VA_FRAME_PICTURE; in mix_videoframe_init()
Dmixvideoformat_h264.c1354 guint32 frame_structure = VA_FRAME_PICTURE; in mix_videofmt_h264_process_decode_picture()
Dmixvideoformat_vc1.c1418 mix_videoframe_set_frame_structure(frame, VA_FRAME_PICTURE); in mix_videofmt_vc1_process_decode()
/hardware/intel/common/libmix/videodecoder/
DVideoDecoderMPEG2.cpp192 mAcquiredBuffer->renderBuffer.scanFormat = VA_FRAME_PICTURE; in decodeFrame()
DVideoDecoderVP8.cpp241 mAcquiredBuffer->renderBuffer.scanFormat = VA_FRAME_PICTURE; in decodeFrame()
DVideoDecoderWMV.cpp222 mAcquiredBuffer->renderBuffer.scanFormat = VA_FRAME_PICTURE; in decodeFrame()
DVideoDecoderMPEG4.cpp427 mAcquiredBuffer->renderBuffer.scanFormat = VA_FRAME_PICTURE; in continueDecodingFrame()
DVideoDecoderAVC.cpp247 mAcquiredBuffer->renderBuffer.scanFormat = VA_FRAME_PICTURE; in beginDecodingFrame()
DVideoDecoderBase.cpp1381 mSurfaceBuffers[i].renderBuffer.scanFormat = VA_FRAME_PICTURE; in initSurfaceBuffer()
/hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
DVideoDecoderAVCSecure.cpp423 mAcquiredBuffer->renderBuffer.scanFormat = VA_FRAME_PICTURE; in beginDecodingFrame()
/hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
DVideoDecoderAVCSecure.cpp441 mAcquiredBuffer->renderBuffer.scanFormat = VA_FRAME_PICTURE; in beginDecodingFrame()
/hardware/intel/common/libva/va/
Dva.h194 #define VA_FRAME_PICTURE 0x00000000 macro
/hardware/intel/common/utils/ISV/base/
Disv_worker.cpp808 pipeline->filter_flags = VA_FRAME_PICTURE; in process()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp1933 static int display_field = VA_FRAME_PICTURE;