OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bufType
(Results
1 - 3
of
3
) 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/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 260 milliseconds