HomeSort by relevance Sort by last modified time
    Searched defs:plane (Results 76 - 87 of 87) sorted by null

1 2 34

  /frameworks/native/opengl/libagl/
context.h 272 clip_plane_t plane[OGLES_MAX_CLIP_PLANES]; member in struct:android::gl::user_clip_planes_t
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp 129 struct v4l2_plane plane; local
153 v4l2_buf.m.planes = &plane;
163 vdec_msg.msgdata.output_frame.len=plane.bytesused;
164 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane.m.userptr;
169 v4l2_buf.m.planes = &plane;
4401 struct v4l2_plane plane; local
4775 struct v4l2_plane plane; local
5388 struct v4l2_plane plane; local
5544 struct v4l2_plane plane; local
7397 struct v4l2_plane plane; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 393 struct macroblock_plane *const p = &x->plane[i];
394 struct macroblockd_plane *const pd = &xd->plane[i];
420 struct macroblock_plane *const p = &x->plane[0];
421 struct macroblockd_plane *const pd = &xd->plane[0];
489 int plane, int block,
495 struct macroblockd_plane *pd = &xd->plane[plane];
556 static void dist_block(int plane, int block, TX_SIZE tx_size, void *arg) {
561 struct macroblock_plane *const p = &x->plane[plane];
1297 int plane; local
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 135 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
160 v4l2_buf.m.planes = plane;
165 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
166 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
170 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
171 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
172 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
173 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
186 v4l2_buf.m.planes = plane;
2132 struct v4l2_plane plane; local
3634 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
4248 struct v4l2_plane plane; local
4601 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
5152 struct v4l2_plane plane; local
5313 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
    [all...]
omx_vdec_msm8974.cpp 134 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
159 v4l2_buf.m.planes = plane;
164 vdec_msg.msgdata.output_frame.len=plane[0].bytesused;
165 vdec_msg.msgdata.output_frame.bufferaddr=(void*)plane[0].m.userptr;
169 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
170 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
171 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
172 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
185 v4l2_buf.m.planes = plane;
248 v4l2_buf.m.planes = plane;
2287 struct v4l2_plane plane; local
3885 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
4526 struct v4l2_plane plane; local
4878 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
5475 struct v4l2_plane plane; local
5675 struct v4l2_plane plane[VIDEO_MAX_PLANES]; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga3d_reg.h 1636 float plane[4]; member in struct:__anon15582
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h 1636 float plane[4]; member in struct:__anon26049
    [all...]
  /hardware/qcom/msm8960/kernel-headers/media/
msm_camera.h 1826 struct plane_data plane[MAX_PLANES]; member in struct:img_plane_info
    [all...]
  /hardware/qcom/msm8960/original-kernel-headers/media/
msm_camera.h 323 /* phy addr of the plane */
325 /* offset of plane data */
327 /* plane length */
1679 struct plane_data plane[MAX_PLANES]; member in struct:img_plane_info
    [all...]
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_format_autogen.h 9510 uint32 plane; member in struct:TexImageIOSurface2DCHROMIUM
    [all...]
  /hardware/qcom/msm8x74/kernel-headers/media/
msm_camera.h 1952 struct plane_data plane[MAX_PLANES]; member in struct:img_plane_info
    [all...]
  /hardware/qcom/msm8x74/original-kernel-headers/media/
msm_camera.h 352 /* phy addr of the plane */
354 /* offset of plane data */
356 /* plane length */
1980 struct plane_data plane[MAX_PLANES]; member in struct:img_plane_info
    [all...]

Completed in 467 milliseconds

1 2 34