Home
last modified time | relevance | path

Searched refs:msvdx_rotate (Results 1 – 10 of 10) sorted by relevance

/hardware/intel/img/psb_video/src/
Dpnw_rotate.c61 #define CHECK_SURFACE_REALLOC(psb_surface, msvdx_rotate, need) \ argument
64 switch (msvdx_rotate) { \
414 obj_context->msvdx_rotate = 0; in psb_CheckInterlaceRotate()
566 int msvdx_rotate in psb_CreateRotateSurface() argument
584 if (msvdx_rotate == 0 in psb_CreateRotateSurface()
587 || msvdx_rotate == VA_ROTATION_180 in psb_CreateRotateSurface()
593 CHECK_SURFACE_REALLOC(rotate_surface, msvdx_rotate, need_realloc); in psb_CreateRotateSurface()
610 SET_SURFACE_INFO_rotate(rotate_surface, msvdx_rotate); in psb_CreateRotateSurface()
616 if (msvdx_rotate == 2 /* VA_ROTATION_180 */) { in psb_CreateRotateSurface()
706 SET_SURFACE_INFO_rotate(rotate_surface, msvdx_rotate); in psb_CreateRotateSurface()
[all …]
Dpnw_rotate.h76 int msvdx_rotate
87 int msvdx_rotate
Dtng_yuv_processor.c217 dec_ctx->obj_context->msvdx_rotate = obj_context->msvdx_rotate; in tng__yuv_processor_execute()
218 SET_SURFACE_INFO_rotate(rotate_surface, dec_ctx->obj_context->msvdx_rotate); in tng__yuv_processor_execute()
252 dec_ctx->obj_context->msvdx_rotate = vpp_params->rotation_state; in tng__yuv_processor_execute()
253 SET_SURFACE_INFO_rotate(rotate_surface, dec_ctx->obj_context->msvdx_rotate); in tng__yuv_processor_execute()
Dpsb_drv_video.h416 int msvdx_rotate; member
451 #define CONTEXT_ROTATE(obj_context) (obj_context->msvdx_rotate != ROTATE_VA2MSVDX(VA_ROTATION_NONE))
Dpsb_drv_video.c2082 obj_context->msvdx_rotate = 0; in psb_BeginPicture()
2092 obj_context->msvdx_rotate = driver_data->msvdx_rotate_want; in psb_BeginPicture()
2099 SET_SURFACE_INFO_rotate(obj_surface->psb_surface, obj_context->msvdx_rotate); in psb_BeginPicture()
2112 … vaStatus = psb_CreateRotateSurface(obj_context, obj_surface, obj_context->msvdx_rotate); in psb_BeginPicture()
2115 obj_context->msvdx_rotate = 0; in psb_BeginPicture()
2120 vaStatus = psb_CreateRotateSurface(obj_context, obj_surface, obj_context->msvdx_rotate); in psb_BeginPicture()
2127 obj_surface->share_info->surface_rotate = VAROTATION2HAL(obj_context->msvdx_rotate); in psb_BeginPicture()
2364 … (obj_context->msvdx_rotate == VA_ROTATION_90 || obj_context->msvdx_rotate == VA_ROTATION_270) && in psb_SyncSurface()
2437 … (obj_context->msvdx_rotate == VA_ROTATION_90 || obj_context->msvdx_rotate == VA_ROTATION_270) && in psb_QuerySurfaceStatus()
Dtng_vld_dec.c111 if (GET_SURFACE_INFO_rotate(out_loop_surface) != obj_context->msvdx_rotate && !ved_scaling) in vld_dec_setup_alternative_frame()
/hardware/intel/img/psb_video/src/mrst/
Dpsb_MPEG2.c925 if (GET_SURFACE_INFO_rotate(rotate_surface) != obj_context->msvdx_rotate) in psb__MPEG2_setup_alternative_frame()
Dpsb_MPEG4.c948 if (GET_SURFACE_INFO_rotate(rotate_surface) != obj_context->msvdx_rotate) in psb__MPEG4_setup_alternative_frame()
Dpsb_H264.c1048 if (GET_SURFACE_INFO_rotate(rotate_surface) != obj_context->msvdx_rotate) in psb__H264_setup_alternative_frame()
Dpsb_VC1.c1810 if (GET_SURFACE_INFO_rotate(rotate_surface) != obj_context->msvdx_rotate) in psb__VC1_setup_alternative_frame()