HomeSort by relevance Sort by last modified time
    Searched refs:SURFACE (Results 26 - 50 of 53) sorted by null

12 3

  /hardware/intel/img/psb_video/src/
pnw_MPEG4.c 1154 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
    [all...]
pnw_jpeg.c 45 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
94 and a surface of that source size is allocatable. */
153 object_surface_p surface_p = SURFACE(obj_context->render_targets[0]);
tng_yuv_processor.c 38 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &dec_ctx->obj_context->driver_data->surface_heap, id ))
236 object_surface_p obj_surface = SURFACE(vpp_params->surface);
pnw_MPEG2.c 519 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
697 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture);
705 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture);
706 ctx->backward_ref_surface = SURFACE(ctx->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...]
vsp_VPP.c 42 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
457 /* get the input surface */
459 input_surface = SURFACE(pipeline_param->surface);
461 drv_debug_msg(VIDEO_DEBUG_ERROR, "invalid input surface %x\n", pipeline_param->surface);
544 /* Setup input surface */
546 cell_proc_picture_param->input_picture[0].surface_id = pipeline_param->surface;
586 drv_debug_msg(VIDEO_DEBUG_ERROR, "invalid output surface numbers %x\n",
592 cur_output_surf = SURFACE(frc_param->output_frames[i-1])
    [all...]
psb_texture.c 64 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
464 static PPVR2DMEMINFO psb_wrap_surface_pvr2dbuf(psb_driver_data_p driver_data, VASurfaceID surface)
469 object_surface_p obj_surface = SURFACE(surface);
479 if (driver_data->wrapped_surface_id[i] == surface && driver_data->videoBuf[i]) {
510 driver_data->wrapped_surface_id[i] = surface;
525 VADriverContextP ctx, unsigned char *dst, VASurfaceID surface, int src_x, int src_y, int src_w,
538 obj_surface = SURFACE(surface);
549 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s: Invalid surface ID 0x%08x!\n", __func__, surface)
    [all...]
pnw_H264ES.c 49 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
609 ctx->ref_surface = SURFACE(pBuffer->ReferenceFrames[0].picture_id);
610 ctx->dest_surface = SURFACE(pBuffer->CurrPic.picture_id);
    [all...]
psb_overlay.c 54 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &driver_data->surface_heap, id ))
412 VADriverContextP ctx, PsbPortPrivPtr pPriv, VASurfaceID __maybe_unused surface,
928 VASurfaceID surface,
942 obj_surface = SURFACE(surface);
    [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_jpegdec.c 209 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nv04_surface.c 243 BEGIN_NV04(push, NV05_SIFM(SURFACE), 1);
565 BEGIN_NV04(push, NV04_GDI(SURFACE), 1);
577 /* Swizzled surface. */
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c 243 BEGIN_NV04(push, NV05_SIFM(SURFACE), 1);
565 BEGIN_NV04(push, NV04_GDI(SURFACE), 1);
577 /* Swizzled surface. */
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/
MediaRecorderTest.java 37 import android.view.Surface;
118 Surface surface; local
136 MediaRecorder.VideoSource.SURFACE :
150 surface = recorder.getSurface();
159 * should succeed for surface source
163 surface = recorder.getSurface();
176 * should succeed for surface source
180 surface = recorder.getSurface();
201 surface = recorder.getSurface()
249 Surface surface = recorder.getSurface(); local
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_H264ES.c 52 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
334 ctx->ref_surface = SURFACE(pBuffer->ReferenceFrames[0].picture_id);
335 ctx->dest_surface = SURFACE(pBuffer->CurrPic.picture_id);
    [all...]
psb_MPEG2MC.c 142 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
    [all...]
psb_MPEG2.c 528 #define SURFACE(id) ((object_surface_p) object_heap_lookup( &ctx->obj_context->driver_data->surface_heap, id ))
723 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture);
731 ctx->forward_ref_surface = SURFACE(ctx->pic_params->forward_reference_picture);
732 ctx->backward_ref_surface = SURFACE(ctx->pic_params->backward_reference_picture);
    [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...]
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
RecordingTest.java 40 import android.view.Surface;
82 private Surface mRecordingSurface;
285 // prepare preview surface by using video size.
332 List<Surface> outputSurfaces = new ArrayList<Surface>(2);
337 // Video snapshot surface
413 // prepare preview surface by using video size.
456 // prepare preview surface by using video size.
621 // prepare preview surface by using video size.
702 assertNotNull("Recording surface must be non-null!", mRecordingSurface)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_transfer.c 446 BEGIN_NV04(push, NV05_SIFM(SURFACE), 1);
455 BEGIN_NV04(push, NV05_SIFM(SURFACE), 1);
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_transfer.c 446 BEGIN_NV04(push, NV05_SIFM(SURFACE), 1);
455 BEGIN_NV04(push, NV05_SIFM(SURFACE), 1);
  /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...]
  /developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 46 import android.view.Surface;
69 ORIENTATIONS.append(Surface.ROTATION_0, 90);
70 ORIENTATIONS.append(Surface.ROTATION_90, 0);
71 ORIENTATIONS.append(Surface.ROTATION_180, 270);
72 ORIENTATIONS.append(Surface.ROTATION_270, 180);
235 // Collect the supported resolutions that are at least as big as the preview Surface
409 List<Surface> surfaces = new ArrayList<Surface>();
411 Surface previewSurface = new Surface(texture)
    [all...]
  /developers/samples/android/media/Camera2Video/Application/src/main/java/com/example/android/camera2video/
Camera2VideoFragment.java 46 import android.view.Surface;
69 ORIENTATIONS.append(Surface.ROTATION_0, 90);
70 ORIENTATIONS.append(Surface.ROTATION_90, 0);
71 ORIENTATIONS.append(Surface.ROTATION_180, 270);
72 ORIENTATIONS.append(Surface.ROTATION_270, 180);
235 // Collect the supported resolutions that are at least as big as the preview Surface
409 List<Surface> surfaces = new ArrayList<Surface>();
411 Surface previewSurface = new Surface(texture)
    [all...]
  /development/samples/browseable/Camera2Video/src/com.example.android.camera2video/
Camera2VideoFragment.java 46 import android.view.Surface;
69 ORIENTATIONS.append(Surface.ROTATION_0, 90);
70 ORIENTATIONS.append(Surface.ROTATION_90, 0);
71 ORIENTATIONS.append(Surface.ROTATION_180, 270);
72 ORIENTATIONS.append(Surface.ROTATION_270, 180);
235 // Collect the supported resolutions that are at least as big as the preview Surface
409 List<Surface> surfaces = new ArrayList<Surface>();
411 Surface previewSurface = new Surface(texture)
    [all...]

Completed in 2355 milliseconds

12 3