/hardware/intel/img/psb_video/src/ |
pnw_rotate.c | 584 psb_surface_p rotate_surface; local 596 rotate_surface = obj_surface->out_loop_surface; 606 if (rotate_surface) { 607 CHECK_SURFACE_REALLOC(rotate_surface, msvdx_rotate, need_realloc); 613 memset(rotate_surface, 0, sizeof(*rotate_surface)); 616 rotate_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 617 CHECK_ALLOCATION(rotate_surface); 621 SET_SURFACE_INFO_tiling(rotate_surface, GET_SURFACE_INFO_tiling(obj_surface->psb_surface)); 624 SET_SURFACE_INFO_rotate(rotate_surface, msvdx_rotate) 751 psb_surface_p rotate_surface = obj_surface->out_loop_surface; local [all...] |
pnw_MPEG2.c | 1289 psb_surface_p rotate_surface = ctx->obj_context->current_render_target->out_loop_surface; local 1345 psb_surface_p rotate_surface = ctx->obj_context->current_render_target->out_loop_surface; local [all...] |
tng_yuv_processor.c | 208 psb_surface_p rotate_surface = dec_ctx->obj_context->current_render_target->out_loop_surface; local 220 SET_SURFACE_INFO_rotate(rotate_surface, dec_ctx->obj_context->msvdx_rotate); 227 unsigned long msvdx_tile = psb__tile_stride_log2_256(rotate_surface->stride); 239 psb_surface_p rotate_surface = dec_ctx->obj_context->current_render_target->psb_surface; local 255 SET_SURFACE_INFO_rotate(rotate_surface, dec_ctx->obj_context->msvdx_rotate); 268 unsigned long msvdx_tile = psb__tile_stride_log2_256(rotate_surface->stride);
|
pnw_H264.c | 1779 psb_surface_p rotate_surface = ctx->obj_context->current_render_target->out_loop_surface; local [all...] |
/hardware/intel/img/psb_video/src/x11/ |
psb_xvva.c | 602 if (output->rotate_surface) { 607 psb_surface_destroy(output->rotate_surface); 608 free(output->rotate_surface); 610 output->rotate_surface = NULL; 613 if (output->rotate_surface == NULL) { 630 output->rotate_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 631 if (NULL == output->rotate_surface) { 644 fourcc, flags, output->rotate_surface); 653 obj_rotate_surface->psb_surface = output->rotate_surface; 786 output->rotate_surface->stride, output->rotate_surface->size [all...] |
psb_x11.h | 102 psb_surface_p rotate_surface; member in struct:_psb_x11_output_s
|
/hardware/intel/img/psb_video/src/android/ |
psb_output_android.c | 294 psb_surface_p rotate_surface; /* rotate surface */ 434 rotate_surface = obj_surface->out_loop_surface; 435 if (rotate_surface != NULL) 436 rotate_srf_rotate = GET_SURFACE_INFO_rotate(rotate_surface);
|
/hardware/intel/img/psb_video/src/mrst/ |
psb_MPEG2.c | 922 psb_surface_p rotate_surface = ctx->obj_context->current_render_target->out_loop_surface; local 1471 psb_surface_p rotate_surface = ctx->obj_context->current_render_target->out_loop_surface; local [all...] |
psb_MPEG4.c | 945 psb_surface_p rotate_surface = ctx->obj_context->current_render_target->out_loop_surface; local [all...] |
psb_H264.c | 1045 psb_surface_p rotate_surface = ctx->obj_context->current_render_target->out_loop_surface; local [all...] |
psb_VC1.c | 1807 psb_surface_p rotate_surface = ctx->obj_context->current_render_target->out_loop_surface; local [all...] |