HomeSort by relevance Sort by last modified time
    Searched defs:bufType (Results 1 - 5 of 5) sorted by null

  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/src/
LCML_DspCodec.c 99 TMMCodecBufferType bufType,
    [all...]
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 311 enum v4l2_buf_type bufType;
313 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE;
315 ret = ioctl (mCameraHandle, VIDIOC_STREAMON, &bufType);
339 enum v4l2_buf_type bufType;
350 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE;
352 ret = ioctl (mCameraHandle, VIDIOC_STREAMOFF, &bufType);
  /external/deqp/modules/glshared/
glsFboCompletenessTests.cpp 677 ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum bufType) const
679 if (bufType == GL_NONE)
687 formatFlag(bufType));
692 formatFlag(bufType));
701 Image* makeImage (GLenum bufType, ImageFormat format,
705 switch (bufType)
724 Attachment* makeAttachment (GLenum bufType, ImageFormat format,
727 Image* const imgCfg = makeImage (bufType, format, width, height, builder);
752 void TestBase::attachTargetToNew (GLenum target, GLenum bufType, ImageFormat format,
757 imgFmt = getDefaultFormat(target, bufType);
    [all...]
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 152 enum v4l2_buf_type bufType;
155 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE;
157 ret = v4lIoctl (mCameraHandle, VIDIOC_STREAMON, &bufType);
169 enum v4l2_buf_type bufType;
172 bufType = V4L2_BUF_TYPE_VIDEO_CAPTURE;
174 ret = v4lIoctl (mCameraHandle, VIDIOC_STREAMOFF, &bufType);
740 enum v4l2_buf_type bufType;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
VertexBuffer.java 312 protected Type bufType;
323 this.bufType = type;
476 return bufType;
935 +", type="+bufType.name()
961 oc.write(bufType, "buffer_type", null);
995 bufType = ic.readEnum("buffer_type", Type.class, null);
    [all...]

Completed in 438 milliseconds