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

1 2 3

  /hardware/intel/img/psb_video/src/
pnw_rotate.h 70 object_surface_p obj_surface,
75 object_surface_p obj_surface,
81 object_surface_p obj_surface
86 object_surface_p obj_surface,
psb_surface_attrib.h 99 VAStatus psb_DestroySurfaceGralloc(object_surface_p obj_surface);
114 static VAStatus psb_DestroySurfaceGralloc(object_surface_p obj_surface)
pnw_rotate.c 57 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
164 object_surface_p obj_surface = obj_context->current_render_target;
203 object_surface_p obj_surface = SURFACE(obj_context->render_targets[i]);
213 object_surface_p obj_surface = SURFACE(obj_context->render_targets[index]);
233 object_surface_p obj_surface = SURFACE(obj_context->render_targets[i]);
243 object_surface_p obj_surface = SURFACE(obj_context->render_targets[index]);
368 object_surface_p obj_surface = obj_context->current_render_target;
427 object_surface_p obj_surface,
468 object_surface_p obj_surface
553 object_surface_p __maybe_unused obj_surfac
    [all...]
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 */
tng_vld_dec.h 86 VAStatus vld_dec_allocate_colocated_buffer(context_DEC_p, object_surface_p, uint32_t);
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;
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 */
vc1_header.h 205 object_surface_p forward_ref_surface;
206 object_surface_p backward_ref_surface;
207 object_surface_p decoded_surface;
psb_surface_attrib.c 45 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
143 object_surface_p obj_surface;
248 object_surface_p obj_surface = SURFACE(*surface);
333 object_surface_p obj_surface;
401 object_surface_p obj_surface = SURFACE(surface_list[i]);
474 object_surface_p obj_surface;
535 object_surface_p obj_surface = SURFACE(surfaceID);
559 object_surface_p obj_surface;
624 object_surface_p obj_surface = SURFACE(surfaceID);
648 object_surface_p obj_surface
    [all...]
pnw_hostjpeg.h 614 object_surface_p pSourceSurface;
674 IMG_ERRORCODE InitializeJpegEncode(TOPAZSC_JPEG_ENCODER_CONTEXT * pContext, object_surface_p pTFrame);
675 IMG_ERRORCODE SetupJPEGTables(TOPAZSC_JPEG_ENCODER_CONTEXT * pContext, IMG_CODED_BUFFER *pCBuffer, object_surface_p pTFrame);
tng_jpegES.h 161 object_surface_p pSourceSurface;
psb_drv_video.h 142 typedef struct object_surface_s *object_surface_p; typedef in typeref:struct:object_surface_s
369 object_surface_p current_render_target;
370 object_surface_p ec_target;
371 object_surface_p ec_candidate;
757 void psb__destroy_surface(psb_driver_data_p driver_data, object_surface_p obj_surface);
psb_output.c 57 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
219 object_surface_p surface,
471 object_surface_p obj_surface = SURFACE(surface);
615 object_surface_p obj_surface = SURFACE(obj_image->derived_surface);
879 object_surface_p obj_surface = SURFACE(surface);
    [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;
psb_drv_video.c 133 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
586 void psb__destroy_surface(psb_driver_data_p driver_data, object_surface_p obj_surface)
810 object_surface_p obj_surface;
875 object_surface_p obj_surface = SURFACE(surface_list[i]);
909 object_surface_p obj_surface = SURFACE(surface_list[i]);
920 object_surface_p obj_surface = SURFACE(surface_list[i]);
    [all...]
pnw_H264.c 128 object_surface_p forward_ref_surface;
129 object_surface_p backward_ref_surface;
202 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
298 object_surface_p ref_surface = SURFACE(pic->picture_id);
583 object_surface_p obj_surface = ctx->obj_context->current_render_target;
694 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...]
psb_output.h 358 object_surface_p obj_surface
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...]
  /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 ))
55 VAStatus psb_DestroySurfaceGralloc(object_surface_p obj_surface)
141 object_surface_p obj_surface;
228 object_surface_p obj_surface = SURFACE(surface_list[i]);
299 object_surface_p obj_surface;
442 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/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/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);

Completed in 1301 milliseconds

1 2 3