HomeSort by relevance Sort by last modified time
    Searched full:planes (Results 251 - 275 of 672) sorted by null

<<11121314151617181920>>

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/h264/
Exynos_OMX_H264dec.c 131 addr[0] = pCodecBuffer->planes[0].addr;
132 addr[1] = pCodecBuffer->planes[1].addr;
133 addr[2] = pCodecBuffer->planes[2].addr;
137 size[0] = pCodecBuffer->planes[0].allocSize;
138 size[1] = pCodecBuffer->planes[1].allocSize;
139 size[2] = pCodecBuffer->planes[2].allocSize;
1012 ExynosVideoPlane planes[MFC_OUTPUT_BUFFER_PLANE]; local
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/mpeg4/
Exynos_OMX_Mpeg4dec.c 143 addr[0] = pCodecBuffer->planes[0].addr;
144 addr[1] = pCodecBuffer->planes[1].addr;
145 addr[2] = pCodecBuffer->planes[2].addr;
149 size[0] = pCodecBuffer->planes[0].allocSize;
150 size[1] = pCodecBuffer->planes[1].allocSize;
151 size[2] = pCodecBuffer->planes[2].allocSize;
1116 ExynosVideoPlane planes[MFC_OUTPUT_BUFFER_PLANE]; local
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/vp8/
Exynos_OMX_Vp8dec.c 84 addr[0] = pCodecBuffer->planes[0].addr;
85 addr[1] = pCodecBuffer->planes[1].addr;
86 addr[2] = pCodecBuffer->planes[2].addr;
90 size[0] = pCodecBuffer->planes[0].allocSize;
91 size[1] = pCodecBuffer->planes[1].allocSize;
92 size[2] = pCodecBuffer->planes[2].allocSize;
926 ExynosVideoPlane planes[MFC_OUTPUT_BUFFER_PLANE]; local
    [all...]
  /cts/apps/CameraITS/pymodules/its/
image.py 132 """Convert a captured image object to separate image planes.
134 Decompose an image into multiple images, corresponding to different planes.
137 Returns Y,U,V planes, where the Y plane is full-res and the U,V planes
141 Returns planes in the order R,Gr,Gb,B, regardless of the Bayer pattern
145 Returns R,G,B full-res planes.
263 # of the planes.
  /external/chromium_org/third_party/libvpx/source/libvpx/
y4minput.c 429 We use a resampling filter to decimate the chroma planes by two in the
494 Then we use a second resampling filter to decimate the chroma planes by two
566 Then we use another filter to decimate the planes by 2 in the vertical
    [all...]
  /external/libvpx/libvpx/
y4minput.c 429 We use a resampling filter to decimate the chroma planes by two in the
494 Then we use a second resampling filter to decimate the chroma planes by two
566 Then we use another filter to decimate the planes by 2 in the vertical
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
y4minput.c 429 We use a resampling filter to decimate the chroma planes by two in the
494 Then we use a second resampling filter to decimate the chroma planes by two
566 Then we use another filter to decimate the planes by 2 in the vertical
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/component/video/dec/
Exynos_OMX_VdecControl.c 1531 ExynosVideoPlane planes[MAX_BUFFER_PLANE]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_screen.c 511 index = f->planes[i].buffer_index;
535 width = parent->region->width >> f->planes[plane].width_shift;
536 height = parent->region->height >> f->planes[plane].height_shift;
537 dri_format = f->planes[plane].dri_format;
538 index = f->planes[plane].buffer_index;
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_screen.c 511 index = f->planes[i].buffer_index;
535 width = parent->region->width >> f->planes[plane].width_shift;
536 height = parent->region->height >> f->planes[plane].height_shift;
537 dri_format = f->planes[plane].dri_format;
538 index = f->planes[plane].buffer_index;
    [all...]
  /device/asus/flo/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 945 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1131 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera_stream.c 937 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
1123 struct v4l2_plane planes[VIDEO_MAX_PLANES]; local
    [all...]
  /external/chromium_org/media/cast/sender/
vp8_encoder.cc 126 raw_image_->planes[VPX_PLANE_Y] =
128 raw_image_->planes[VPX_PLANE_U] =
130 raw_image_->planes[VPX_PLANE_V] =
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_rasterpos.c 60 * Clip a point against the far/near Z clipping planes.
79 * Clip a point against the user clipping planes.
400 /* clip to user clipping planes */
  /external/mesa3d/src/mesa/tnl/
t_rasterpos.c 60 * Clip a point against the far/near Z clipping planes.
79 * Clip a point against the user clipping planes.
400 /* clip to user clipping planes */
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsyuv.c 62 Uint8 *planes[3]; member in struct:private_yuvhwdata
150 overlay->pixels = hwdata->planes;
162 overlay->planes = 3;
  /external/chromium_org/content/common/gpu/client/
gl_helper.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 708 yv12->y_buffer = img->planes[VPX_PLANE_Y];
709 yv12->u_buffer = img->planes[VPX_PLANE_U];
710 yv12->v_buffer = img->planes[VPX_PLANE_V];
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 679 yv12->y_buffer = img->planes[VPX_PLANE_Y];
680 yv12->u_buffer = img->planes[VPX_PLANE_U];
681 yv12->v_buffer = img->planes[VPX_PLANE_V];
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 682 yv12->y_buffer = img->planes[VPX_PLANE_Y];
683 yv12->u_buffer = img->planes[VPX_PLANE_U];
684 yv12->v_buffer = img->planes[VPX_PLANE_V];
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_interface2.h 172 struct v4l2_plane planes[VIDEO_MAX_PLANES]; member in struct:__anon3823
524 uint32_t planes[]);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 196 int8_t num_planes; /* num of planes, to be filled during mem allocation */
197 struct v4l2_plane planes[VIDEO_MAX_PLANES]; /* plane info, to be filled during mem allocation*/ member in struct:__anon4040
  /external/chromium_org/media/base/
video_util.cc 85 // Fill the U and V planes.
100 // Fill Y, U and V planes.
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe.h 117 // Writes the frame into the given planes, stretched to the given width and
142 // Writes the frame into the given planes, stretched to the given width and
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
external_frame_buffer_test.cc 119 ASSERT_TRUE(img->planes[0] >= ext_fb->data &&
120 img->planes[0] < (ext_fb->data + ext_fb->size));

Completed in 1740 milliseconds

<<11121314151617181920>>