/hardware/intel/img/psb_video/src/ |
D | psb_surface.h | 56 typedef struct psb_surface_s *psb_surface_p; typedef 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);
|
D | 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 */
|
D | psb_surface.c | 41 psb_surface_p psb_surface /* out */ in psb_surface_create() 170 psb_surface_p psb_surface /* out */ in psb_surface_create_for_userptr() 205 psb_surface_p psb_surface /* out */ in psb_surface_create_from_kbuf() 249 psb_surface_p psb_surface, /* out */ in psb_surface_create_camera() 288 psb_surface_p psb_surface, /* out */ in psb_surface_create_camera_from_ub() 320 VAStatus psb_surface_set_chroma(psb_surface_p psb_surface, int chroma) in psb_surface_set_chroma() 337 void psb_surface_destroy(psb_surface_p psb_surface) in psb_surface_destroy() 345 VAStatus psb_surface_sync(psb_surface_p psb_surface) in psb_surface_sync() 352 VAStatus psb_surface_query_status(psb_surface_p psb_surface, VASurfaceStatus *status) in psb_surface_query_status() 374 psb_surface_p psb_surface) in psb_surface_set_displaying()
|
D | tng_yuv_processor.h | 38 psb_surface_p src_surface; 48 psb_surface_p src_surface;
|
D | psb_surface_attrib.c | 57 psb_surface_p psb_surface, /* out */ in psb_surface_create_from_ub() 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; in psb_CreateSurfacesForUserPtr() 353 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateSurfacesForUserPtr() 474 psb_surface_p psb_surface; in psb_CreateSurfaceFromKBuf() 492 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateSurfaceFromKBuf() 560 psb_surface_p psb_surface; in psb_CreateSurfaceFromUserspace() 593 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateSurfaceFromUserspace() 652 psb_surface_p psb_surface; in psb_CreateSurfaceFromION() [all …]
|
D | pnw_rotate.h | 92 psb_surface_p psb_surface,
|
D | pnw_rotate.c | 446 psb_surface_p psb_surface = obj_surface->out_loop_surface; 485 psb_surface_p psb_surface; in psb_CreateScalingSurface() 515 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateScalingSurface() 584 psb_surface_p rotate_surface = NULL; in psb_CreateRotateSurface() 617 rotate_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateRotateSurface() 757 psb_surface_p rotate_surface = obj_surface->out_loop_surface; in psb_DestroyRotateBuffer()
|
D | tng_vld_dec.h | 89 psb_buffer_p vld_dec_lookup_colocated_buffer(context_DEC_p, psb_surface_p);
|
D | tng_vld_dec.c | 80 psb_surface_p src_surface = obj_context->current_render_target->psb_surface; in vld_dec_setup_alternative_frame() 81 psb_surface_p out_loop_surface = obj_context->current_render_target->out_loop_surface; in vld_dec_setup_alternative_frame() 350 psb_surface_p surface = obj_surface->psb_surface; in vld_dec_allocate_colocated_buffer() 382 psb_buffer_p vld_dec_lookup_colocated_buffer(context_DEC_p ctx, psb_surface_p surface) in vld_dec_lookup_colocated_buffer()
|
D | pnw_cmdbuf.h | 215 int pnw_surface_get_frameskip(psb_driver_data_p driver_data, psb_surface_p psb_surface, int *frame_…
|
D | tng_VP8.c | 344 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in get_opp_mode_stride() 378 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in get_inloop_opmod() 609 psb_surface_p target_surface = obj_surface->psb_surface; in tng__VP8_process_picture_param() 768 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in tng__VP8_set_target_picture() 781 psb_surface_p last_ref_surface = ctx->last_ref_picture->psb_surface; in tng__VP8_set_reference_picture() 782 psb_surface_p golden_ref_surface = ctx->golden_ref_picture->psb_surface; in tng__VP8_set_reference_picture() 783 psb_surface_p alt_ref_surface = ctx->alt_ref_picture->psb_surface; in tng__VP8_set_reference_picture() 1535 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in tng_VP8_EndPicture()
|
D | tng_yuv_processor.c | 129 psb_surface_p src_surface = ctx->src_surface; in tng__yuv_processor_process() 213 … psb_surface_p rotate_surface = dec_ctx->obj_context->current_render_target->out_loop_surface; in tng__yuv_processor_execute() 244 psb_surface_p rotate_surface = dec_ctx->obj_context->current_render_target->psb_surface; in tng__yuv_processor_execute()
|
D | tng_cmdbuf.h | 255 int tng_surface_get_frameskip(psb_driver_data_p driver_data, psb_surface_p psb_surface, int *frame_…
|
D | pnw_MPEG2.c | 925 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in psb__MPEG2_set_operating_mode() 947 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in psb__MPEG2_set_reference_pictures() 1031 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in psb__MPEG2_set_picture_header() 1288 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in psb__MEPG2_send_highlevel_cmd() 1289 psb_surface_p rotate_surface = ctx->obj_context->current_render_target->out_loop_surface; in psb__MEPG2_send_highlevel_cmd() 1345 psb_surface_p rotate_surface = ctx->obj_context->current_render_target->out_loop_surface; in psb__MEPG2_send_blit_cmd()
|
D | psb_overlay.c | 852 psb_surface_p *psb_surface_new, in I830PutImageFlipRotateSurface() 859 psb_surface_p psb_surface = NULL; in I830PutImageFlipRotateSurface() 939 psb_surface_p psb_surface = NULL; in I830PutImageFlipRotateDebug() 1040 psb_surface_p psb_surface = NULL; in I830PutImage()
|
D | psb_drv_video.c | 881 psb_surface_p psb_surface; in psb_CreateSurfaces2() 902 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateSurfaces2() 1190 psb_surface_p psb_surface; in psb_CreateContext() 2298 psb_surface_p psb_surface = obj_surface->psb_surface; in psb_BeginPicture() 2309 psb_surface_p psb_surface = obj_surface->psb_surface; in psb_BeginPicture() 2858 psb_surface_p psb_surface; 2902 psb_surface_p psb_surface = obj_surface->psb_surface; 2923 psb_surface_p psb_surface = obj_surface->psb_surface; 2951 psb_surface_p psb_surface;
|
/hardware/intel/img/psb_video/src/android/ |
D | psb_surface_gralloc.c | 151 psb_surface_p psb_surface; in psb_CreateSurfacesFromGralloc() 172 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateSurfacesFromGralloc() 311 psb_surface_p psb_surface; in psb_CreateSurfacesFromGralloc() 331 psb_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_CreateSurfacesFromGralloc()
|
D | psb_output_android.c | 167 psb_surface_p psb_surface; in psb_putsurface_ctexture() 294 psb_surface_p rotate_surface; /* rotate surface */
|
/hardware/intel/img/psb_video/src/x11/ |
D | psb_x11.h | 102 psb_surface_p rotate_surface;
|
D | psb_xvva.c | 630 output->rotate_surface = (psb_surface_p) calloc(1, sizeof(struct psb_surface_s)); in psb_check_rotatesurface() 683 psb_surface_p psb_surface; in psb_putsurface_xvideo()
|
/hardware/intel/img/psb_video/src/mrst/ |
D | lnc_cmdbuf.h | 183 int lnc_surface_get_frameskip(psb_driver_data_p driver_data, psb_surface_p psb_surface, int *frame_…
|
D | psb_H264.c | 485 psb_surface_p psb_surface; in psb_H264_CreateContext() 556 psb_surface_p surface = obj_surface->psb_surface; in psb__H264_allocate_colocated_buffer() 578 static psb_buffer_p psb__H264_lookup_colocated_buffer(context_H264_p ctx, psb_surface_p surface) in psb__H264_lookup_colocated_buffer() 610 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in psb__H264_process_picture_param() 1045 psb_surface_p rotate_surface = ctx->obj_context->current_render_target->out_loop_surface; in psb__H264_setup_alternative_frame() 1077 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in psb__H264_build_rendec_params() 1571 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in psb__set_macroblock_parameters() 1833 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in psb_H264_EndPicture() 1879 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in psb_H264_EndPicture()
|
D | psb_MPEG2.c | 922 psb_surface_p rotate_surface = ctx->obj_context->current_render_target->out_loop_surface; in psb__MPEG2_setup_alternative_frame() 953 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in psb__MPEG2_set_operating_mode() 978 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in psb__MPEG2_set_reference_pictures() 1057 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in psb__MPEG2_set_picture_header() 1417 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in psb__MEPG2_send_highlevel_cmd() 1471 psb_surface_p rotate_surface = ctx->obj_context->current_render_target->out_loop_surface; in psb__MEPG2_send_blit_cmd()
|
D | psb_MPEG2MC.c | 681 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in psb__MPEG2MC_send_highlevel_commands() 726 psb_surface_p forward_surface = ctx->forward_ref_surface->psb_surface; in psb__MPEG2MC_send_highlevel_commands() 727 psb_surface_p backward_surface = ctx->backward_ref_surface->psb_surface; in psb__MPEG2MC_send_highlevel_commands() 1361 static psb_surface_p target_surface = NULL; in psb_MPEG2MC_BeginPicture() 1362 psb_surface_p tmp = ctx->obj_context->current_render_target->psb_surface; in psb_MPEG2MC_BeginPicture()
|
D | psb_MPEG4.c | 554 psb_surface_p surface = obj_surface->psb_surface; in psb__MPEG4_allocate_colocated_buffer() 574 static psb_buffer_p psb__MPEG4_lookup_colocated_buffer(context_MPEG4_p ctx, psb_surface_p surface) in psb__MPEG4_lookup_colocated_buffer() 945 psb_surface_p rotate_surface = ctx->obj_context->current_render_target->out_loop_surface; in psb__MPEG4_setup_alternative_frame() 977 psb_surface_p target_surface = ctx->obj_context->current_render_target->psb_surface; in psb__MPEG4_set_picture_params()
|