Home
last modified time | relevance | path

Searched refs:capture_mode (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/trace_event/
Dheap_profiler.h66 if (UNLIKELY(AllocationContextTracker::capture_mode() != in HeapProfilerScopedTaskExecutionTracker()
75 if (UNLIKELY(AllocationContextTracker::capture_mode() != in ~HeapProfilerScopedTaskExecutionTracker()
91 if (UNLIKELY(AllocationContextTracker::capture_mode() == in HeapProfilerScopedStackFrame()
100 if (UNLIKELY(AllocationContextTracker::capture_mode() == in ~HeapProfilerScopedStackFrame()
116 AllocationContextTracker::capture_mode() != in HeapProfilerScopedIgnore()
125 AllocationContextTracker::capture_mode() != in ~HeapProfilerScopedIgnore()
/external/libxcam/tests/
Dtest-device-manager.cpp359 uint32_t capture_mode = V4L2_CAPTURE_MODE_VIDEO; in main() local
449 capture_mode = V4L2_CAPTURE_MODE_STILL; in main()
451 capture_mode = V4L2_CAPTURE_MODE_VIDEO; in main()
674 if (capture_mode == V4L2_CAPTURE_MODE_STILL) in main()
676 else if (capture_mode == V4L2_CAPTURE_MODE_VIDEO) in main()
757 device->set_capture_mode (capture_mode); in main()
/external/libxcam/wrapper/gstreamer/
Dgstxcamsrc.h92 uint32_t capture_mode; member
Dgstxcamsrc.cpp588 xcamsrc->capture_mode = V4L2_CAPTURE_MODE_VIDEO; in gst_xcam_src_init()
790 src->capture_mode = V4L2_CAPTURE_MODE_VIDEO; in gst_xcam_src_set_property()
794 src->capture_mode = V4L2_CAPTURE_MODE_STILL; in gst_xcam_src_set_property()
800 src->capture_mode = V4L2_CAPTURE_MODE_VIDEO; in gst_xcam_src_set_property()
927 if (xcamsrc->capture_mode == V4L2_CAPTURE_MODE_STILL) in gst_xcam_src_start()
956 capture_device->set_capture_mode (xcamsrc->capture_mode); in gst_xcam_src_start()
/external/libxcam/xcore/
Dv4l2_device.h51 bool set_capture_mode (uint32_t capture_mode);
Dv4l2_device.cpp88 V4l2Device::set_capture_mode (uint32_t capture_mode) in set_capture_mode() argument
94 _capture_mode = capture_mode; in set_capture_mode()
/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackTests.hpp940 void prepare(glw::GLenum capture_mode);
943 void bindBOForXFB(glw::GLenum capture_mode, glw::GLuint bo_id);
944 void bindBOForDraw(glw::GLuint program_id, glw::GLenum capture_mode, glw::GLuint bo_id);
Dgl3cTransformFeedbackTests.cpp4259 void gl3cts::TransformFeedback::DrawXFB::prepare(glw::GLenum capture_mode) in prepare() argument
4267 s_xfb_varyings, s_xfb_varyings_count, capture_mode); in prepare()
4276 s_fragment_shader, NULL, 0, capture_mode); in prepare()
4353 void gl3cts::TransformFeedback::DrawXFB::bindBOForXFB(glw::GLenum capture_mode, glw::GLuint bo_id) in bindBOForXFB() argument
4358 switch (capture_mode) in bindBOForXFB()
4377 …gl3cts::TransformFeedback::DrawXFB::bindBOForDraw(glw::GLuint program_id, glw::GLenum capture_mode, in bindBOForDraw() argument
4392 glw::GLvoid* color_offset = (capture_mode == GL_INTERLEAVED_ATTRIBS) ? in bindBOForDraw()
4397 static_cast<glw::GLuint>((capture_mode == GL_INTERLEAVED_ATTRIBS) ? in bindBOForDraw()