HomeSort by relevance Sort by last modified time
    Searched refs:psb_surface_p (Results 1 - 25 of 38) sorted by null

1 2

  /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 */
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 */
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 56 psb_surface_p psb_surface, /* out */
146 psb_surface_p psb_surface;
193 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
336 psb_surface_p psb_surface;
357 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
478 psb_surface_p psb_surface;
496 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
564 psb_surface_p psb_surface;
597 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
654 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_drv_video.c 827 psb_surface_p psb_surface;
848 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s));
    [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;
  /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));
308 psb_surface_p psb_surface;
328 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 */

Completed in 346 milliseconds

1 2