Searched refs:supported_formats (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideocapturer_unittest.cc448 std::vector<cricket::VideoFormat> supported_formats; local
449 supported_formats.push_back(cricket::VideoFormat(320, 240,
451 supported_formats.push_back(cricket::VideoFormat(320, 640,
453 capturer_.ResetSupportedFormats(supported_formats);
469 supported_formats.clear();
470 supported_formats.push_back(cricket::VideoFormat(320, 640,
472 supported_formats.push_back(cricket::VideoFormat(320, 240,
474 capturer_.ResetSupportedFormats(supported_formats);
486 std::vector<cricket::VideoFormat> supported_formats; local
487 supported_formats
527 std::vector<cricket::VideoFormat> supported_formats; local
550 std::vector<cricket::VideoFormat> supported_formats; local
622 std::vector<cricket::VideoFormat> supported_formats; local
783 std::vector<cricket::VideoFormat> supported_formats; local
[all...]
H A Dvideocapturer.cc251 const std::vector<VideoFormat>* supported_formats = GetSupportedFormats(); local
253 if (supported_formats->empty()) {
258 std::vector<VideoFormat>::const_iterator best = supported_formats->end();
260 for (i = supported_formats->begin(); i != supported_formats->end(); ++i) {
270 if (supported_formats->end() == best) {
/external/chromium_org/media/video/capture/
H A Dfake_video_capture_device_unittest.cc149 VideoCaptureFormats supported_formats; local
155 *names_iterator, &supported_formats);
156 EXPECT_EQ(supported_formats.size(), 3u);
157 EXPECT_EQ(supported_formats[0].frame_size.width(), 320);
158 EXPECT_EQ(supported_formats[0].frame_size.height(), 240);
159 EXPECT_EQ(supported_formats[0].pixel_format, media::PIXEL_FORMAT_I420);
160 EXPECT_GE(supported_formats[0].frame_rate, 20);
161 EXPECT_EQ(supported_formats[1].frame_size.width(), 640);
162 EXPECT_EQ(supported_formats[1].frame_size.height(), 480);
163 EXPECT_EQ(supported_formats[
[all...]
H A Dfile_video_capture_device_factory.h26 VideoCaptureFormats* supported_formats) OVERRIDE;
H A Dfake_video_capture_device_factory.cc40 VideoCaptureFormats* supported_formats) {
46 supported_formats->clear();
48 supported_formats->push_back(VideoCaptureFormat(supported_sizes[i],
38 GetDeviceSupportedFormats( const VideoCaptureDevice::Name& device, VideoCaptureFormats* supported_formats) argument
H A Dfake_video_capture_device_factory.h27 VideoCaptureFormats* supported_formats) OVERRIDE;
H A Dvideo_capture_device_factory.h39 VideoCaptureFormats* supported_formats) = 0;
H A Dfile_video_capture_device_factory.cc57 VideoCaptureFormats* supported_formats) {
64 supported_formats->push_back(capture_format);
55 GetDeviceSupportedFormats( const VideoCaptureDevice::Name& device, VideoCaptureFormats* supported_formats) argument
/external/chromium_org/media/video/capture/win/
H A Dvideo_capture_device_factory_win.h29 VideoCaptureFormats* supported_formats) OVERRIDE;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
H A Dformat.hpp40 std::set<cl_image_format> supported_formats(cl_context ctx,
H A Ddevice.hpp70 clover::supported_formats(cl_context, cl_mem_object_type);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dformat.hpp40 std::set<cl_image_format> supported_formats(cl_context ctx,
H A Ddevice.hpp70 clover::supported_formats(cl_context, cl_mem_object_type);
/external/chromium_org/content/browser/renderer_host/media/
H A Dvideo_capture_manager_unittest.cc278 media::VideoCaptureFormats supported_formats; local
279 supported_formats.clear();
281 vcm_->GetDeviceSupportedFormats(video_session_id, &supported_formats));
295 supported_formats.clear();
297 vcm_->GetDeviceSupportedFormats(video_session_id, &supported_formats));
298 ASSERT_GT(supported_formats.size(), 1u);
299 EXPECT_GT(supported_formats[0].frame_size.width(), 1);
300 EXPECT_GT(supported_formats[0].frame_size.height(), 1);
301 EXPECT_GT(supported_formats[0].frame_rate, 1);
302 EXPECT_GT(supported_formats[
[all...]
H A Dvideo_capture_manager.h93 media::VideoCaptureFormats* supported_formats);
120 const media::VideoCaptureFormats& supported_formats);
124 media::VideoCaptureFormats supported_formats; member in struct:content::VideoCaptureManager::DeviceInfo
H A Dvideo_capture_manager.cc91 const media::VideoCaptureFormats& supported_formats)
93 supported_formats(supported_formats) {}
343 media::VideoCaptureFormats* supported_formats) {
345 DCHECK(supported_formats->empty());
356 *supported_formats = existing_device->supported_formats;
506 media::VideoCaptureFormats supported_formats; local
509 *it, &(device_info.supported_formats));
510 ConsolidateCaptureFormats(&device_info.supported_formats);
89 DeviceInfo( const media::VideoCaptureDevice::Name& name, const media::VideoCaptureFormats& supported_formats) argument
341 GetDeviceSupportedFormats( media::VideoCaptureSessionId capture_session_id, media::VideoCaptureFormats* supported_formats) argument
[all...]
/external/chromium_org/media/video/capture/linux/
H A Dvideo_capture_device_factory_linux.h30 VideoCaptureFormats* supported_formats) OVERRIDE;
H A Dvideo_capture_device_factory_linux.cc115 VideoCaptureFormats* supported_formats) {
124 supported_formats->clear();
177 supported_formats->push_back(supported_format);
113 GetDeviceSupportedFormats( const VideoCaptureDevice::Name& device, VideoCaptureFormats* supported_formats) argument
/external/chromium_org/media/video/capture/android/
H A Dvideo_capture_device_factory_android.h41 VideoCaptureFormats* supported_formats) OVERRIDE;
/external/chromium_org/media/video/capture/mac/
H A Dvideo_capture_device_factory_mac.h31 VideoCaptureFormats* supported_formats) OVERRIDE;
/external/chromium_org/content/renderer/media/
H A Dvideo_capture_message_filter.h56 const media::VideoCaptureFormats& supported_formats) = 0;
122 const media::VideoCaptureFormats& supported_formats);
H A Dvideo_capture_message_filter.cc195 const media::VideoCaptureFormats& supported_formats) {
201 delegate->OnDeviceSupportedFormatsEnumerated(supported_formats);
193 OnDeviceSupportedFormatsEnumerated( int device_id, const media::VideoCaptureFormats& supported_formats) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
H A Dxa_tracker.c159 xa->supported_formats = calloc(num_formats, sizeof(*xa->supported_formats));
160 if (!xa->supported_formats)
163 xa->supported_formats[0] = xa_format_unknown;
182 xa->supported_formats[num_formats++] = xa_format;
200 free(xa->supported_formats);
243 fdesc = xa_get_pipe_format(xa->supported_formats[i]);
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tracker.c159 xa->supported_formats = calloc(num_formats, sizeof(*xa->supported_formats));
160 if (!xa->supported_formats)
163 xa->supported_formats[0] = xa_format_unknown;
182 xa->supported_formats[num_formats++] = xa_format;
200 free(xa->supported_formats);
243 fdesc = xa_get_pipe_format(xa->supported_formats[i]);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Dmemory.cpp116 if (!supported_formats(ctx, CL_MEM_OBJECT_IMAGE2D).count(*format))
152 if (!supported_formats(ctx, CL_MEM_OBJECT_IMAGE3D).count(*format))
179 auto formats = supported_formats(ctx, type);

Completed in 438 milliseconds

12