OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_impl.cc
[
all
...]
/external/deqp/modules/glshared/
glsFboCompletenessTests.cpp
488
ImageFormat TestBase::getDefaultFormat (GLenum attPoint, GLenum
bufType
) const
490
if (
bufType
== GL_NONE)
498
formatFlag(
bufType
));
503
formatFlag(
bufType
));
512
Image* makeImage (GLenum
bufType
, ImageFormat format,
516
switch (
bufType
)
535
Attachment* makeAttachment (GLenum
bufType
, ImageFormat format,
538
Image* const imgCfg = makeImage (
bufType
, format, width, height, builder);
563
void TestBase::attachTargetToNew (GLenum target, GLenum
bufType
, ImageFormat format,
568
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
...]
Completed in 1329 milliseconds