HomeSort by relevance Sort by last modified time
    Searched defs:SURFACE (Results 26 - 49 of 49) sorted by null

12

  /hardware/intel/img/psb_video/src/
tng_jpegES.c 87 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
544 drv_debug_msg(VIDEO_DEBUG_ERROR, "Surface stride isn't aligned to 64 bytes as HW requires: %u!\n",
569 //Byte interleaved surface, so need to force chroma to use single surface by fooling it into
    [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);
427 /* use vaCreateSurfaceWithAttribute with VAExternalMemoryNULL to create surface*/
468 object_surface_p cur_surf = SURFACE(surface_id);
    [all...]
pnw_MPEG4.c 1154 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
    [all...]
psb_drv_video.c 137 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
884 obj_surface = SURFACE(surfaceID);
936 /* by default, surface fourcc is NV12 */
    [all...]
psb_output.c 58 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
185 /* clean the displaying surface information in kernel */
220 object_surface_p surface,
239 /* check for surface */
241 if (*dest_x > surface->width) *dest_x = surface->width - 1;
243 if (*dest_y > surface->height) *dest_y = surface->height - 1;
245 if (((*width) + (*dest_x)) > surface->width) *width = surface->width - *dest_x
    [all...]
tng_jpegdec.c 209 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
    [all...]
vsp_VPP.c 44 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
468 /* get the input surface */
470 input_surface = SURFACE(pipeline_param->surface);
472 drv_debug_msg(VIDEO_DEBUG_ERROR, "invalid input surface %x\n", pipeline_param->surface);
551 /* get the surface format info */
572 drv_debug_msg(VIDEO_DEBUG_GENERAL, "%s The input surface %p share info %p\n", __func__, input_surface,input_surface->share_info);
574 /* Setup input surface */
576 cell_proc_picture_param->input_picture[0].surface_id = pipeline_param->surface;
    [all...]
pnw_H264.c 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);
698 object_surface_p ref_surface = SURFACE(ctx->map_dpbidx_to_picture_id[dpbidx]);
700 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s:%d No surface for refernce frame",__FILE__, __LINE__);
714 object_surface_p ref_surface = SURFACE(pic_params->ReferenceFrames[i].picture_id);
724 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s:%d No invalid dpbidx stored with surface %d",__FILE__, __LINE__,dpbidx);
1115 object_surface_p surface = SURFACE(slice_param->RefPicList0[i].picture_id); local
    [all...]
pnw_VC1.c 285 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
757 ctx->decoded_surface = SURFACE(pic_params->inloop_decoded_picture);
770 ctx->forward_ref_surface = SURFACE(pic_params->forward_reference_picture);
773 ctx->backward_ref_surface = SURFACE(pic_params->backward_reference_picture);
    [all...]
tng_VP8.c 341 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
653 object_surface_p obj_surface = SURFACE(pic_params->current_picture);
676 ctx->last_ref_picture = SURFACE(pic_params->last_ref_frame);
683 ctx->golden_ref_picture = SURFACE(pic_params->golden_ref_frame);
690 ctx->alt_ref_picture = SURFACE(pic_params->alt_ref_frame);
    [all...]
  /hardware/intel/img/psb_video/src/x11/
psb_coverlay.c 51 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
528 VASurfaceID surface,
538 object_surface_p obj_surface = SURFACE(surface);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG4.c 339 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
554 psb_surface_p surface = obj_surface->psb_surface; local
    [all...]
psb_H264.c 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]);
502 /* FIXME: For RAR surface, need allocate RAR buffer */
556 psb_surface_p surface = obj_surface->psb_surface; local
558 if (!GET_SURFACE_INFO_colocated_index(surface)) {
565 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_H264: Allocating colocated buffer for surface %08x size = %08x\n", surface, size);
573 SET_SURFACE_INFO_colocated_index(surface, index + 1); /* 0 means unset, index is offset by 1 */
578 static psb_buffer_p psb__H264_lookup_colocated_buffer(context_H264_p ctx, psb_surface_p surface)
970 object_surface_p surface = SURFACE(slice_param->RefPicList0[i].picture_id); local
    [all...]
psb_VC1.c 282 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
556 psb_surface_p surface = obj_surface->psb_surface; local
558 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_VC1: Allocationg colocated buffer for surface %08x\n", surface);
560 if (!GET_SURFACE_INFO_colocated_index(surface)) {
573 SET_SURFACE_INFO_colocated_index(surface, index + 1); /* 0 means unset, index is offset by 1 */
578 static psb_buffer_p psb__VC1_lookup_colocated_buffer(context_VC1_p ctx, psb_surface_p surface)
580 drv_debug_msg(VIDEO_DEBUG_GENERAL, "psb_VC1: Looking up colocated buffer for surface %08x\n", surface);
581 int index = GET_SURFACE_INFO_colocated_index(surface);
    [all...]
  /frameworks/base/media/java/android/media/
MediaRecorder.java 33 import android.view.Surface;
100 private Surface mSurface;
148 * Gets the surface to record from when using SURFACE video source.
150 * <p> May only be called after {@link #prepare}. Frames rendered to the Surface before
154 * {@link #stop}, or is called when VideoSource is not set to SURFACE.
157 public native Surface getSurface();
160 * Configures the recorder to use a persistent surface when using SURFACE video source.
162 * not be used and will throw IllegalStateException. Frames rendered to the Surface
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/27/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 905 milliseconds

12