/hardware/intel/img/psb_video/src/ |
pnw_rotate.h | 71 object_surface_p obj_surface, 76 object_surface_p obj_surface, 82 object_surface_p obj_surface 87 object_surface_p obj_surface,
|
vsp_compose.c | 43 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id )) 55 object_surface_p yuv_surface = NULL; 56 object_surface_p rgb_surface = NULL; 57 object_surface_p output_surface = NULL;
|
psb_surface_attrib.h | 100 VAStatus psb_DestroySurfaceGralloc(object_surface_p obj_surface); 115 static VAStatus psb_DestroySurfaceGralloc(object_surface_p obj_surface)
|
tng_hostcode.h | 168 object_surface_p src_surface; 169 object_surface_p rec_surface; 171 object_surface_p ref_surface; 172 object_surface_p ref_surface1; 174 object_surface_p ref_surface[16]; 182 object_surface_p previous_src_surface; 183 object_surface_p previous_ref_surface; 184 object_surface_p previous_dest_surface; /* reconstructed surface */
|
pnw_rotate.c | 57 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id )) 169 object_surface_p obj_surface = obj_context->current_render_target; 208 object_surface_p obj_surface = SURFACE(obj_context->render_targets[i]); 218 object_surface_p obj_surface = SURFACE(obj_context->render_targets[index]); 238 object_surface_p obj_surface = SURFACE(obj_context->render_targets[i]); 248 object_surface_p obj_surface = SURFACE(obj_context->render_targets[index]); 373 object_surface_p obj_surface = obj_context->current_render_target; 441 object_surface_p obj_surface, 482 object_surface_p obj_surface 567 object_surface_p __maybe_unused obj_surfac [all...] |
psb_surface_attrib.c | 46 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id )) 141 object_surface_p obj_surface; 246 object_surface_p obj_surface = SURFACE(*surface); 331 object_surface_p obj_surface; 400 object_surface_p obj_surface = SURFACE(surface_list[i]); 473 object_surface_p obj_surface; 535 object_surface_p obj_surface = SURFACE(surfaceID); 559 object_surface_p obj_surface; 627 object_surface_p obj_surface = SURFACE(surfaceID); 651 object_surface_p obj_surface [all...] |
pnw_hostcode.h | 232 object_surface_p src_surface; 233 object_surface_p ref_surface; 234 object_surface_p dest_surface;/* reconstructed surface */ 238 object_surface_p previous_src_surface; 239 object_surface_p previous_ref_surface; 240 object_surface_p previous_dest_surface; /* reconstructed surface */
|
tng_vld_dec.h | 86 VAStatus vld_dec_allocate_colocated_buffer(context_DEC_p, object_surface_p, uint32_t);
|
vc1_header.h | 205 object_surface_p forward_ref_surface; 206 object_surface_p backward_ref_surface; 207 object_surface_p decoded_surface;
|
psb_output.c | 58 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id )) 220 object_surface_p surface, 472 object_surface_p obj_surface = SURFACE(surface); 616 object_surface_p obj_surface = SURFACE(obj_image->derived_surface); 880 object_surface_p obj_surface = SURFACE(surface); [all...] |
psb_drv_video.c | 137 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id )) 590 void psb__destroy_surface(psb_driver_data_p driver_data, object_surface_p obj_surface) 880 object_surface_p obj_surface; [all...] |
psb_drv_video.h | 159 typedef struct object_surface_s *object_surface_p; typedef in typeref:struct:object_surface_s 390 object_surface_p current_render_target; 391 object_surface_p ec_target; 392 object_surface_p ec_candidate; 780 void psb__destroy_surface(psb_driver_data_p driver_data, object_surface_p obj_surface);
|
pnw_H264.c | 130 object_surface_p forward_ref_surface; 131 object_surface_p backward_ref_surface; 203 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id )) 299 object_surface_p ref_surface = SURFACE(pic->picture_id); 552 object_surface_p obj_surface = ctx->obj_context->current_render_target; 698 object_surface_p ref_surface = SURFACE(ctx->map_dpbidx_to_picture_id[dpbidx]); 714 object_surface_p ref_surface = SURFACE(pic_params->ReferenceFrames[i].picture_id); [all...] |
tng_VP8.c | 275 object_surface_p golden_ref_picture; 276 object_surface_p alt_ref_picture; 277 object_surface_p last_ref_picture; 341 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id )) 608 object_surface_p obj_surface = ctx->obj_context->current_render_target; 653 object_surface_p obj_surface = SURFACE(pic_params->current_picture); [all...] |
tng_ved_scaling.c | 230 object_surface_p src_surface = obj_context->current_render_target; 318 object_surface_p src_surface = obj_context->current_render_target;
|
tng_jpegES.h | 161 object_surface_p pSourceSurface;
|
tng_picmgmt.c | 371 object_surface_p obj_surface_p, 588 object_surface_p src_surface = ps_buf->src_surface; 708 object_surface_p rec_surface = ps_buf->rec_surface; 732 object_surface_p ref_surface = ps_buf->ref_surface[ui32refindex]; [all...] |
vsp_vp8.c | 43 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id )) 335 object_surface_p ref_surf = SURFACE(va_seq->reference_frames[i]); 420 object_surface_p src_surface = SURFACE(surface_id); 468 object_surface_p cur_surf = SURFACE(surface_id); [all...] |
tng_yuv_processor.c | 40 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &dec_ctx->obj_context->driver_data->surface_heap, id )) 243 object_surface_p obj_surface = SURFACE(vpp_params->surface);
|
/hardware/intel/img/psb_video/src/mrst/ |
lnc_hostcode.h | 177 object_surface_p src_surface; 178 object_surface_p ref_surface; 179 object_surface_p dest_surface;/* reconstructed surface */ 183 object_surface_p previous_src_surface; 184 object_surface_p previous_ref_surface; 185 object_surface_p previous_dest_surface; /* reconstructed surface */
|
psb_H264.c | 115 object_surface_p forward_ref_surface; 116 object_surface_p backward_ref_surface; 195 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id )) 291 object_surface_p ref_surface = SURFACE(pic->picture_id); 484 object_surface_p obj_surface = SURFACE(obj_context->render_targets[i]); 554 static VAStatus psb__H264_allocate_colocated_buffer(context_H264_p ctx, object_surface_p obj_surface, uint32_t size) 706 object_surface_p ref_surface = SURFACE(pic_params->ReferenceFrames[i].picture_id); [all...] |
/hardware/intel/img/psb_video/src/android/ |
psb_surface_gralloc.c | 44 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id )) 58 VAStatus psb_DestroySurfaceGralloc(object_surface_p obj_surface) 150 object_surface_p obj_surface; 240 object_surface_p obj_surface = SURFACE(surface_list[i]); 310 object_surface_p obj_surface; 494 object_surface_p obj_surface = SURFACE(surface_list[i]);
|
psb_output_android.c | 53 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id )) 165 object_surface_p obj_surface; 290 object_surface_p obj_surface; 477 object_surface_p obj_surface;
|
/hardware/intel/img/psb_video/src/x11/ |
psb_x11.c | 51 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id )) 149 object_surface_p obj_surface = SURFACE(surface); 407 static int pnw_check_output_method(VADriverContextP ctx, object_surface_p obj_surface, int width, int height, int destw, int desth, Drawable draw) 473 object_surface_p obj_surface;
|
psb_xvva.c | 46 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id )) 388 object_surface_p obj_surface = SURFACE(surface); 469 object_surface_p obj_surface = SURFACE(surface); /* surface already checked */ 599 object_surface_p obj_rotate_surface; 682 object_surface_p obj_surface = SURFACE(surface);
|