HomeSort by relevance Sort by last modified time
    Searched refs:rotate_surface (Results 1 - 11 of 11) sorted by null

  /hardware/intel/img/psb_video/src/
pnw_rotate.c 584 psb_surface_p rotate_surface = NULL; local
597 rotate_surface = obj_surface->out_loop_surface;
607 if (rotate_surface) {
608 CHECK_SURFACE_REALLOC(rotate_surface, msvdx_rotate, need_realloc);
614 memset(rotate_surface, 0, sizeof(*rotate_surface));
617 rotate_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
618 CHECK_ALLOCATION(rotate_surface);
623 SET_SURFACE_INFO_tiling(rotate_surface, GET_SURFACE_INFO_tiling(obj_surface->psb_surface));
626 SET_SURFACE_INFO_rotate(rotate_surface, msvdx_rotate)
757 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 213 psb_surface_p rotate_surface = dec_ctx->obj_context->current_render_target->out_loop_surface; local
225 SET_SURFACE_INFO_rotate(rotate_surface, dec_ctx->obj_context->msvdx_rotate);
232 unsigned long msvdx_tile = psb__tile_stride_log2_256(rotate_surface->stride);
244 psb_surface_p rotate_surface = dec_ctx->obj_context->current_render_target->psb_surface; local
260 SET_SURFACE_INFO_rotate(rotate_surface, dec_ctx->obj_context->msvdx_rotate);
273 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...]

Completed in 712 milliseconds