Searched refs:capture_mode (Results 1 – 8 of 8) sorted by relevance
/external/libchrome/base/trace_event/ |
D | heap_profiler.h | 66 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/ |
D | test-device-manager.cpp | 359 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/ |
D | gstxcamsrc.h | 92 uint32_t capture_mode; member
|
D | gstxcamsrc.cpp | 588 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/ |
D | v4l2_device.h | 51 bool set_capture_mode (uint32_t capture_mode);
|
D | v4l2_device.cpp | 88 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/ |
D | gl3cTransformFeedbackTests.hpp | 940 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);
|
D | gl3cTransformFeedbackTests.cpp | 4259 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()
|