/hardware/intel/img/psb_video/src/ |
psb_surface.h | 56 typedef struct psb_surface_s *psb_surface_p; typedef in typeref:struct:psb_surface_s 85 psb_surface_p psb_surface /* out */ 100 VAStatus psb_surface_set_chroma(psb_surface_p psb_surface, int chroma); 105 void psb_surface_destroy(psb_surface_p psb_surface); 110 VAStatus psb_surface_sync(psb_surface_p psb_surface); 115 VAStatus psb_surface_query_status(psb_surface_p psb_surface, VASurfaceStatus *status); 122 psb_surface_p psb_surface);
|
psb_surface_attrib.h | 40 psb_surface_p psb_surface, /* out */ 57 psb_surface_p psb_surface /* out */ 72 psb_surface_p psb_surface /* out */ 79 psb_surface_p psb_surface, /* out */ 92 psb_surface_p psb_surface, /* out */
|
tng_yuv_processor.h | 38 psb_surface_p src_surface; 48 psb_surface_p src_surface;
|
psb_surface.c | 41 psb_surface_p psb_surface /* out */ 170 psb_surface_p psb_surface /* out */ 205 psb_surface_p psb_surface /* out */ 249 psb_surface_p psb_surface, /* out */ 288 psb_surface_p psb_surface, /* out */ 320 VAStatus psb_surface_set_chroma(psb_surface_p psb_surface, int chroma) 337 void psb_surface_destroy(psb_surface_p psb_surface) 345 VAStatus psb_surface_sync(psb_surface_p psb_surface) 352 VAStatus psb_surface_query_status(psb_surface_p psb_surface, VASurfaceStatus *status) 374 psb_surface_p psb_surface [all...] |
pnw_rotate.h | 91 psb_surface_p psb_surface,
|
tng_vld_dec.h | 89 psb_buffer_p vld_dec_lookup_colocated_buffer(context_DEC_p, psb_surface_p);
|
psb_surface_attrib.c | 57 psb_surface_p psb_surface, /* out */ 142 psb_surface_p psb_surface; 189 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 332 psb_surface_p psb_surface; 353 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 474 psb_surface_p psb_surface; 492 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 560 psb_surface_p psb_surface; 593 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 652 psb_surface_p psb_surface [all...] |
pnw_rotate.c | 446 psb_surface_p psb_surface = obj_surface->out_loop_surface; 485 psb_surface_p psb_surface; 515 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 584 psb_surface_p rotate_surface; 616 rotate_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 751 psb_surface_p rotate_surface = obj_surface->out_loop_surface;
|
pnw_cmdbuf.h | 215 int pnw_surface_get_frameskip(psb_driver_data_p driver_data, psb_surface_p psb_surface, int *frame_skip);
|
tng_cmdbuf.h | 255 int tng_surface_get_frameskip(psb_driver_data_p driver_data, psb_surface_p psb_surface, int *frame_skip);
|
tng_vld_dec.c | 80 psb_surface_p src_surface = obj_context->current_render_target->psb_surface; 81 psb_surface_p out_loop_surface = obj_context->current_render_target->out_loop_surface; 350 psb_surface_p surface = obj_surface->psb_surface; 382 psb_buffer_p vld_dec_lookup_colocated_buffer(context_DEC_p ctx, psb_surface_p surface)
|
tng_VP8.c | 344 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; 378 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; 609 psb_surface_p target_surface = obj_surface->psb_surface; 750 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; 768 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; 781 psb_surface_p last_ref_surface = ctx->last_ref_picture->psb_surface; 782 psb_surface_p golden_ref_surface = ctx->golden_ref_picture->psb_surface; 783 psb_surface_p alt_ref_surface = ctx->alt_ref_picture->psb_surface; [all...] |
tng_yuv_processor.c | 123 /* psb_surface_p target_surface = dec_ctx->obj_context->current_render_target->psb_surface; */ 124 psb_surface_p src_surface = ctx->src_surface; 189 /* psb_surface_p target_surface = dec_ctx->obj_context->current_render_target->psb_surface; */ 208 psb_surface_p rotate_surface = dec_ctx->obj_context->current_render_target->out_loop_surface; 239 psb_surface_p rotate_surface = dec_ctx->obj_context->current_render_target->psb_surface;
|
pnw_MPEG2.c | [all...] |
psb_overlay.c | 852 psb_surface_p *psb_surface_new, 859 psb_surface_p psb_surface = NULL; 939 psb_surface_p psb_surface = NULL; [all...] |
/hardware/intel/img/psb_video/src/mrst/ |
lnc_cmdbuf.h | 183 int lnc_surface_get_frameskip(psb_driver_data_p driver_data, psb_surface_p psb_surface, int *frame_skip);
|
psb_MPEG2MC.c | 681 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; 726 psb_surface_p forward_surface = ctx->forward_ref_surface->psb_surface; 727 psb_surface_p backward_surface = ctx->backward_ref_surface->psb_surface; [all...] |
psb_H264.c | 485 psb_surface_p psb_surface; 556 psb_surface_p surface = obj_surface->psb_surface; 578 static psb_buffer_p psb__H264_lookup_colocated_buffer(context_H264_p ctx, psb_surface_p surface) 610 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; [all...] |
psb_MPEG2.c | [all...] |
lnc_cmdbuf.c | 488 int lnc_surface_get_frameskip(psb_driver_data_p driver_data, psb_surface_p surface, int *frame_skip)
|
psb_MPEG4.c | [all...] |
/hardware/intel/img/psb_video/src/x11/ |
psb_x11.h | 102 psb_surface_p rotate_surface;
|
psb_x11.c | 156 psb_surface_p psb_surface = obj_surface->psb_surface;
|
/hardware/intel/img/psb_video/src/android/ |
psb_surface_gralloc.c | 147 psb_surface_p psb_surface; 168 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 307 psb_surface_p psb_surface; 327 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
|
psb_output_android.c | 167 psb_surface_p psb_surface; 294 psb_surface_p rotate_surface; /* rotate surface */
|