/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 84 psb_surface_p psb_surface /* out */ 99 VAStatus psb_surface_set_chroma(psb_surface_p psb_surface, int chroma); 104 void psb_surface_destroy(psb_surface_p psb_surface); 109 VAStatus psb_surface_sync(psb_surface_p psb_surface); 114 VAStatus psb_surface_query_status(psb_surface_p psb_surface, VASurfaceStatus *status); 121 psb_surface_p psb_surface);
|
psb_surface_attrib.h | 40 psb_surface_p psb_surface, /* out */ 56 psb_surface_p psb_surface /* out */ 71 psb_surface_p psb_surface /* out */ 78 psb_surface_p psb_surface, /* out */ 91 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 */ 204 psb_surface_p psb_surface /* out */ 247 psb_surface_p psb_surface, /* out */ 286 psb_surface_p psb_surface, /* out */ 318 VAStatus psb_surface_set_chroma(psb_surface_p psb_surface, int chroma) 335 void psb_surface_destroy(psb_surface_p psb_surface) 343 VAStatus psb_surface_sync(psb_surface_p psb_surface) 350 VAStatus psb_surface_query_status(psb_surface_p psb_surface, VASurfaceStatus *status) 372 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 | 56 psb_surface_p psb_surface, /* out */ 144 psb_surface_p psb_surface; 191 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 334 psb_surface_p psb_surface; 355 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 475 psb_surface_p psb_surface; 493 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)); 649 psb_surface_p psb_surface [all...] |
pnw_rotate.c | 432 psb_surface_p psb_surface = obj_surface->out_loop_surface; 471 psb_surface_p psb_surface; 501 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 570 psb_surface_p rotate_surface; 602 rotate_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 737 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 | 78 psb_surface_p src_surface = obj_context->current_render_target->psb_surface; 79 psb_surface_p out_loop_surface = obj_context->current_render_target->out_loop_surface; 348 psb_surface_p surface = obj_surface->psb_surface; 380 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 | 121 /* psb_surface_p target_surface = dec_ctx->obj_context->current_render_target->psb_surface; */ 122 psb_surface_p src_surface = ctx->src_surface; 187 /* psb_surface_p target_surface = dec_ctx->obj_context->current_render_target->psb_surface; */ 206 psb_surface_p rotate_surface = dec_ctx->obj_context->current_render_target->out_loop_surface; 237 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 | 142 psb_surface_p psb_surface; 163 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); 300 psb_surface_p psb_surface; 320 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 */
|