HomeSort by relevance Sort by last modified time
    Searched refs:supported_formats (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/media/video/capture/
file_video_capture_device_factory.h 26 VideoCaptureFormats* supported_formats) OVERRIDE;
fake_video_capture_device_unittest.cc 149 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[1].pixel_format, media::PIXEL_FORMAT_I420)
    [all...]
fake_video_capture_device_factory.h 27 VideoCaptureFormats* supported_formats) OVERRIDE;
fake_video_capture_device_factory.cc 40 VideoCaptureFormats* supported_formats) {
46 supported_formats->clear();
48 supported_formats->push_back(VideoCaptureFormat(supported_sizes[i],
video_capture_device_factory.h 39 VideoCaptureFormats* supported_formats) = 0;
file_video_capture_device_factory.cc 57 VideoCaptureFormats* supported_formats) {
64 supported_formats->push_back(capture_format);
  /external/chromium_org/media/video/capture/win/
video_capture_device_factory_win.h 29 VideoCaptureFormats* supported_formats) OVERRIDE;
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer_unittest.cc 448 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.push_back(cricket::VideoFormat(320, 240
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...]
videocapturer.cc 251 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/linux/
video_capture_device_factory_linux.h 30 VideoCaptureFormats* supported_formats) OVERRIDE;
video_capture_device_factory_linux.cc 115 VideoCaptureFormats* supported_formats) {
124 supported_formats->clear();
177 supported_formats->push_back(supported_format);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/core/
format.hpp 40 std::set<cl_image_format> supported_formats(cl_context ctx,
device.hpp 70 clover::supported_formats(cl_context, cl_mem_object_type);
  /external/mesa3d/src/gallium/state_trackers/clover/core/
format.hpp 40 std::set<cl_image_format> supported_formats(cl_context ctx,
device.hpp 70 clover::supported_formats(cl_context, cl_mem_object_type);
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_manager_unittest.cc 278 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[1].frame_size.width(), 1)
    [all...]
video_capture_manager.h 93 media::VideoCaptureFormats* supported_formats);
120 const media::VideoCaptureFormats& supported_formats);
124 media::VideoCaptureFormats supported_formats; member in struct:content::VideoCaptureManager::DeviceInfo
video_capture_manager.cc 91 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);
    [all...]
  /external/chromium_org/media/video/capture/android/
video_capture_device_factory_android.h 41 VideoCaptureFormats* supported_formats) OVERRIDE;
  /external/chromium_org/media/video/capture/mac/
video_capture_device_factory_mac.h 31 VideoCaptureFormats* supported_formats) OVERRIDE;
  /external/chromium_org/content/renderer/media/
video_capture_message_filter.h 56 const media::VideoCaptureFormats& supported_formats) = 0;
122 const media::VideoCaptureFormats& supported_formats);
video_capture_message_filter.cc 195 const media::VideoCaptureFormats& supported_formats) {
201 delegate->OnDeviceSupportedFormatsEnumerated(supported_formats);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_tracker.c 159 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/
xa_tracker.c 159 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]);
  /system/core/adf/libadf/
adf.c 555 if (data->supported_formats[i] == c->formats[j])
595 data->supported_formats = malloc(sizeof(data->supported_formats[0]) *
597 if (!data->supported_formats)
621 free(data->supported_formats);
636 if (data.supported_formats[i] == format) {

Completed in 2377 milliseconds

1 2