HomeSort by relevance Sort by last modified time
    Searched refs:surface_id (Results 51 - 71 of 71) sorted by null

1 23

  /frameworks/native/libs/vr/libdvr/
dvr_surface.cpp 101 return surface->surface->surface_id();
  /frameworks/native/libs/vr/libvrflinger/
display_service.h 34 std::shared_ptr<DisplaySurface> GetDisplaySurface(int surface_id) const;
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp 207 construct_nv12_mask_surface(VASurfaceID surface_id,
217 va_status = vaDeriveImage(va_dpy, surface_id, &surface_image);
257 VASurfaceID surface_id)
268 va_status = vaDeriveImage(va_dpy, surface_id, &surface_image);
358 VASurfaceID surface_id)
370 va_status = vaDeriveImage(va_dpy, surface_id, &surface_image);
    [all...]
  /hardware/intel/img/psb_video/src/
psb_output.c 67 VASurfaceID surface_id; member in struct:_subpic_surface
    [all...]
psb_drv_video.h 186 uint32_t surface_id; member in struct:psb_decode_info
538 VASurfaceID surface_id; member in struct:object_surface_s
psb_drv_video.c 892 obj_surface->surface_id = surfaceID;
905 obj_surface->surface_id = VA_INVALID_SURFACE;
931 obj_surface->surface_id = VA_INVALID_SURFACE;
    [all...]
vsp_VPP.c 576 cell_proc_picture_param->input_picture[0].surface_id = pipeline_param->surface;
682 cell_proc_picture_param->output_picture[i].surface_id = wsbmKBufHandle(wsbmKBuf(output_surface->buf.drm_buf));
    [all...]
pnw_VC1.c 793 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Target ref = %08x ID = %08x\n", ctx->obj_context->current_render_target->psb_surface, ctx->obj_context->current_render_target->surface_id);
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3OutputStream.cpp 785 bool Camera3OutputStream::isConsumerConfigurationDeferred(size_t surface_id) const {
788 if (surface_id != 0) {
789 ALOGE("%s: surface_id %zu for Camera3OutputStream should be 0!", __FUNCTION__, surface_id);
Camera3StreamSplitter.cpp 310 for (auto& surface_id : surface_ids) {
311 sp<IGraphicBufferProducer>& gbp = mOutputs[surface_id];
  /hardware/intel/common/libva/test/encode/
avcenc.c 113 VASurfaceID surface_id; member in struct:upload_thread_param
117 upload_yuv_to_surface(FILE *yuv_fp, VASurfaceID surface_id);
245 upload_yuv_to_surface(param->yuv_fp, param->surface_id);
268 avcenc_context.upload_thread_param.surface_id = surface_ids[SID_INPUT_PICTURE_1];
354 static void upload_yuv_to_surface(FILE *yuv_fp, VASurfaceID surface_id)
370 va_status = vaDeriveImage(va_dpy, surface_id, &surface_image);
    [all...]
h264encode.c     [all...]
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_api.h 55 DvrDisplayManager* client, int surface_id, int queue_id,
  /hardware/intel/img/psb_video/src/x11/
psb_xvva.c 623 obj_rotate_surface->surface_id = output->rotate_surfaceID;
633 obj_rotate_surface->surface_id = VA_INVALID_SURFACE;
648 obj_rotate_surface->surface_id = VA_INVALID_SURFACE;
  /hardware/qcom/media/msm8974/libc2dcolorconvert/
C2DColorConverter.cpp 167 mBlit.surface_id = mSrcSurface;
229 mBlit.surface_id = mSrcSurface;
  /hardware/qcom/media/msm8996/libc2dcolorconvert/
C2DColorConverter.cpp 189 mBlit.surface_id = mSrcSurface;
254 mBlit.surface_id = mSrcSurface;
  /hardware/qcom/media/msm8998/libc2dcolorconvert/
C2DColorConverter.cpp 192 mBlit.surface_id = mSrcSurface;
258 mBlit.surface_id = mSrcSurface;
  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 196 surface->surface_id = XAllocID(dpy);
  /hardware/intel/common/libva/test/transcode/
mpeg2transcode.cpp 1970 VASurfaceID surface_id; member in struct:upload_thread_param
3296 VASurfaceID surface_id; local
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c     [all...]
psb_VC1.c 781 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Target ref = %08x ID = %08x\n", ctx->obj_context->current_render_target->psb_surface, ctx->obj_context->current_render_target->surface_id);
    [all...]

Completed in 922 milliseconds

1 23