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.cc464 std::vector<cricket::VideoFormat> supported_formats; local
465 supported_formats.push_back(cricket::VideoFormat(320, 240,
467 supported_formats.push_back(cricket::VideoFormat(320, 640,
469 capturer_.ResetSupportedFormats(supported_formats);
485 supported_formats.clear();
486 supported_formats.push_back(cricket::VideoFormat(320, 640,
488 supported_formats.push_back(cricket::VideoFormat(320, 240,
490 capturer_.ResetSupportedFormats(supported_formats);
502 std::vector<cricket::VideoFormat> supported_formats; local
503 supported_formats
543 std::vector<cricket::VideoFormat> supported_formats; local
566 std::vector<cricket::VideoFormat> supported_formats; local
638 std::vector<cricket::VideoFormat> supported_formats; local
804 std::vector<cricket::VideoFormat> supported_formats; local
[all...]
H A Dvideocapturer.cc260 const std::vector<VideoFormat>* supported_formats = GetSupportedFormats(); local
262 if (supported_formats->empty()) {
267 std::vector<VideoFormat>::const_iterator best = supported_formats->end();
269 for (i = supported_formats->begin(); i != supported_formats->end(); ++i) {
279 if (supported_formats->end() == best) {
/external/chromium_org/media/video/capture/
H A Dfake_video_capture_device_unittest.cc148 VideoCaptureFormats supported_formats; local
154 *names_iterator, &supported_formats);
155 EXPECT_EQ(supported_formats.size(), 3u);
156 EXPECT_EQ(supported_formats[0].frame_size.width(), 320);
157 EXPECT_EQ(supported_formats[0].frame_size.height(), 240);
158 EXPECT_EQ(supported_formats[0].pixel_format, media::PIXEL_FORMAT_I420);
159 EXPECT_GE(supported_formats[0].frame_rate, 20);
160 EXPECT_EQ(supported_formats[1].frame_size.width(), 640);
161 EXPECT_EQ(supported_formats[1].frame_size.height(), 480);
162 EXPECT_EQ(supported_formats[
[all...]
H A Dfile_video_capture_device_factory.h26 VideoCaptureFormats* supported_formats) OVERRIDE;
H A Dfake_video_capture_device_factory.cc46 VideoCaptureFormats* supported_formats) {
52 supported_formats->clear();
54 supported_formats->push_back(VideoCaptureFormat(supported_sizes[i],
44 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.cc62 VideoCaptureFormats* supported_formats) {
69 supported_formats->push_back(capture_format);
60 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.cc279 media::VideoCaptureFormats supported_formats; local
280 supported_formats.clear();
282 vcm_->GetDeviceSupportedFormats(video_session_id, &supported_formats));
296 supported_formats.clear();
298 vcm_->GetDeviceSupportedFormats(video_session_id, &supported_formats));
299 ASSERT_GT(supported_formats.size(), 1u);
300 EXPECT_GT(supported_formats[0].frame_size.width(), 1);
301 EXPECT_GT(supported_formats[0].frame_size.height(), 1);
302 EXPECT_GT(supported_formats[0].frame_rate, 1);
303 EXPECT_GT(supported_formats[
[all...]
H A Dvideo_capture_manager.h115 media::VideoCaptureFormats* supported_formats);
142 const media::VideoCaptureFormats& supported_formats);
146 media::VideoCaptureFormats supported_formats; member in struct:content::VideoCaptureManager::DeviceInfo
H A Dvideo_capture_manager.cc112 const media::VideoCaptureFormats& supported_formats)
114 supported_formats(supported_formats) {}
437 media::VideoCaptureFormats* supported_formats) {
439 DCHECK(supported_formats->empty());
450 *supported_formats = existing_device->supported_formats;
606 media::VideoCaptureFormats supported_formats; local
609 *it, &(device_info.supported_formats));
610 ConsolidateCaptureFormats(&device_info.supported_formats);
110 DeviceInfo( const media::VideoCaptureDevice::Name& name, const media::VideoCaptureFormats& supported_formats) argument
435 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();
188 supported_formats->push_back(supported_format);
113 GetDeviceSupportedFormats( const VideoCaptureDevice::Name& device, VideoCaptureFormats* supported_formats) argument
/external/chromium_org/media/video/capture/mac/
H A Dvideo_capture_device_decklink_mac.h29 VideoCaptureFormats* supported_formats);
H A Dvideo_capture_device_factory_mac.h31 VideoCaptureFormats* supported_formats) OVERRIDE;
/external/chromium_org/media/video/capture/android/
H A Dvideo_capture_device_factory_android.h41 VideoCaptureFormats* supported_formats) OVERRIDE;
/external/chromium_org/content/renderer/media/
H A Dvideo_capture_message_filter.h57 const media::VideoCaptureFormats& supported_formats) = 0;
124 const media::VideoCaptureFormats& supported_formats);
H A Dvideo_capture_message_filter.cc193 const media::VideoCaptureFormats& supported_formats) {
199 delegate->OnDeviceSupportedFormatsEnumerated(supported_formats);
191 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]);

Completed in 1153 milliseconds

12