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.h76 int msvdx_rotate
87 int msvdx_rotate
Dpnw_rotate.c66 #define CHECK_SURFACE_REALLOC(psb_surface, msvdx_rotate, need) \ argument
69 switch (msvdx_rotate) { \
428 obj_context->msvdx_rotate = 0; in psb_CheckInterlaceRotate()
580 int msvdx_rotate in psb_CreateRotateSurface() argument
598 if (msvdx_rotate == 0 in psb_CreateRotateSurface()
601 || msvdx_rotate == VA_ROTATION_180 in psb_CreateRotateSurface()
607 CHECK_SURFACE_REALLOC(rotate_surface, msvdx_rotate, need_realloc); in psb_CreateRotateSurface()
624 SET_SURFACE_INFO_rotate(rotate_surface, msvdx_rotate); in psb_CreateRotateSurface()
630 if (msvdx_rotate == 2 /* VA_ROTATION_180 */) { in psb_CreateRotateSurface()
720 SET_SURFACE_INFO_rotate(rotate_surface, msvdx_rotate); in psb_CreateRotateSurface()
[all …]
Dtng_yuv_processor.c219 dec_ctx->obj_context->msvdx_rotate = obj_context->msvdx_rotate; in tng__yuv_processor_execute()
220 SET_SURFACE_INFO_rotate(rotate_surface, dec_ctx->obj_context->msvdx_rotate); in tng__yuv_processor_execute()
254 dec_ctx->obj_context->msvdx_rotate = vpp_params->rotation_state; in tng__yuv_processor_execute()
255 SET_SURFACE_INFO_rotate(rotate_surface, dec_ctx->obj_context->msvdx_rotate); in tng__yuv_processor_execute()
Dpsb_drv_video.h434 int msvdx_rotate; member
469 #define CONTEXT_ROTATE(obj_context) (obj_context->msvdx_rotate != ROTATE_VA2MSVDX(VA_ROTATION_NONE))
Dpsb_drv_video.c2175 obj_context->msvdx_rotate = 0; in psb_BeginPicture()
2187 obj_context->msvdx_rotate = driver_data->msvdx_rotate_want; in psb_BeginPicture()
2194 SET_SURFACE_INFO_rotate(obj_surface->psb_surface, obj_context->msvdx_rotate); in psb_BeginPicture()
2207 … vaStatus = psb_CreateRotateSurface(obj_context, obj_surface, obj_context->msvdx_rotate); in psb_BeginPicture()
2210 obj_context->msvdx_rotate = 0; in psb_BeginPicture()
2215 vaStatus = psb_CreateRotateSurface(obj_context, obj_surface, obj_context->msvdx_rotate); in psb_BeginPicture()
2222 obj_surface->share_info->surface_rotate = VAROTATION2HAL(obj_context->msvdx_rotate); in psb_BeginPicture()
2459 … (obj_context->msvdx_rotate == VA_ROTATION_90 || obj_context->msvdx_rotate == VA_ROTATION_270) && in psb_SyncSurface()
2532 … (obj_context->msvdx_rotate == VA_ROTATION_90 || obj_context->msvdx_rotate == VA_ROTATION_270) && in psb_QuerySurfaceStatus()
Dtng_vld_dec.c113 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_H264.c1048 if (GET_SURFACE_INFO_rotate(rotate_surface) != obj_context->msvdx_rotate) in psb__H264_setup_alternative_frame()
Dpsb_MPEG4.c948 if (GET_SURFACE_INFO_rotate(rotate_surface) != obj_context->msvdx_rotate) in psb__MPEG4_setup_alternative_frame()
Dpsb_VC1.c1810 if (GET_SURFACE_INFO_rotate(rotate_surface) != obj_context->msvdx_rotate) in psb__VC1_setup_alternative_frame()