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

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer_unittest.cc 354 std::vector<cricket::VideoFormat> supported_formats; local
355 supported_formats.push_back(cricket::VideoFormat(320, 240,
357 supported_formats.push_back(cricket::VideoFormat(320, 640,
359 capturer_.ResetSupportedFormats(supported_formats);
375 supported_formats.clear();
376 supported_formats.push_back(cricket::VideoFormat(320, 640,
378 supported_formats.push_back(cricket::VideoFormat(320, 240,
380 capturer_.ResetSupportedFormats(supported_formats);
392 std::vector<cricket::VideoFormat> supported_formats; local
393 supported_formats.push_back(cricket::VideoFormat(320, 240
433 std::vector<cricket::VideoFormat> supported_formats; local
456 std::vector<cricket::VideoFormat> supported_formats; local
528 std::vector<cricket::VideoFormat> supported_formats; local
    [all...]
videocapturer.cc 230 const std::vector<VideoFormat>* supported_formats = GetSupportedFormats(); local
232 if (supported_formats->empty()) {
237 std::vector<VideoFormat>::const_iterator best = supported_formats->end();
239 for (i = supported_formats->begin(); i != supported_formats->end(); ++i) {
249 if (supported_formats->end() == best) {
  /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);
format.cpp 148 supported_formats(cl_context ctx, cl_mem_object_type type) { function in namespace:clover
  /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);
format.cpp 148 supported_formats(cl_context ctx, cl_mem_object_type type) { function in namespace:clover
  /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]);
xa_priv.h 72 enum xa_formats *supported_formats; member in struct:xa_tracker
  /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]);
xa_priv.h 72 enum xa_formats *supported_formats; member in struct:xa_tracker
  /external/harfbuzz_ng/util/
hb-shape.cc 53 options.output_format, options.supported_formats);
options.hh 318 supported_formats = supported_formats_;
351 const char *supported_formats; member in struct:output_options_t
options.cc 372 if (NULL == supported_formats)
375 text = g_strdup_printf ("Set output format\n\n Supported formats are: %s", supported_formats);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
memory.cpp 116 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);
  /external/mesa3d/src/gallium/state_trackers/clover/api/
memory.cpp 116 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);
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
localvideosource.cc 238 const std::vector<cricket::VideoFormat>& supported_formats) {
241 std::vector<cricket::VideoFormat> candidates = supported_formats;
  /external/chromium_org/content/renderer/pepper/
pepper_plugin_instance_impl.cc     [all...]

Completed in 601 milliseconds