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

  /external/webrtc/talk/media/base/
videocapturer_unittest.cc 496 std::vector<cricket::VideoFormat> supported_formats; local
497 supported_formats.push_back(cricket::VideoFormat(320, 240,
499 supported_formats.push_back(cricket::VideoFormat(320, 640,
501 capturer_.ResetSupportedFormats(supported_formats);
517 supported_formats.clear();
518 supported_formats.push_back(cricket::VideoFormat(320, 640,
520 supported_formats.push_back(cricket::VideoFormat(320, 240,
522 capturer_.ResetSupportedFormats(supported_formats);
534 std::vector<cricket::VideoFormat> supported_formats; local
535 supported_formats.push_back(cricket::VideoFormat(320, 240
575 std::vector<cricket::VideoFormat> supported_formats; local
598 std::vector<cricket::VideoFormat> supported_formats; local
670 std::vector<cricket::VideoFormat> supported_formats; local
795 std::vector<cricket::VideoFormat> supported_formats; local
    [all...]
videocapturer.cc 266 const std::vector<VideoFormat>* supported_formats = GetSupportedFormats(); local
268 if (supported_formats->empty()) {
273 std::vector<VideoFormat>::const_iterator best = supported_formats->end();
275 for (i = supported_formats->begin(); i != supported_formats->end(); ++i) {
285 if (supported_formats->end() == best) {
  /external/mesa3d/src/gallium/state_trackers/clover/core/
format.hpp 40 std::set<cl_image_format> supported_formats(const context &ctx,
device.hpp 84 supported_formats(const context &, cl_mem_object_type);
format.cpp 146 supported_formats(const context &ctx, cl_mem_object_type type) { function in namespace:clover
  /hardware/qcom/display/msm8998/sdm/libs/core/drm/
hw_info_drm.h 61 std::vector<LayerBufferFormat> *supported_formats);
hw_info_drm.cpp 395 vector<LayerBufferFormat> *supported_formats) {
402 supported_formats->push_back(sdm_format);
417 vector<LayerBufferFormat> supported_formats = {}; local
418 GetRotatorFormatsForType(fd, V4L2_BUF_TYPE_VIDEO_OUTPUT, &supported_formats);
420 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorInput, supported_formats));
422 supported_formats = {};
423 GetRotatorFormatsForType(fd, V4L2_BUF_TYPE_VIDEO_CAPTURE, &supported_formats);
425 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorOutput, supported_formats));
  /external/autotest/client/site_tests/camera_V4L2/src/
media_v4l2_test.cc 66 V4L2Device* device, SupportedFormats* supported_formats) {
67 supported_formats->clear();
111 supported_formats->push_back(format);
254 SupportedFormats supported_formats; local
255 if (!GetSupportedFormats(device.get(), &supported_formats)) {
259 SupportedFormat max_resolution = GetMaximumResolution(supported_formats);
289 supported_formats, test_resolution.width, test_resolution.height);
382 SupportedFormats supported_formats;
383 if (!GetSupportedFormats(device.get(), &supported_formats)) {
388 supported_formats, V4L2_PIX_FMT_MJPEG)
    [all...]
  /hardware/qcom/display/sdm845/sdm/libs/core/drm/
hw_info_drm.h 61 std::vector<LayerBufferFormat> *supported_formats);
hw_info_drm.cpp 422 vector<LayerBufferFormat> *supported_formats) {
429 supported_formats->push_back(sdm_format);
444 vector<LayerBufferFormat> supported_formats = {}; local
445 GetRotatorFormatsForType(fd, V4L2_BUF_TYPE_VIDEO_OUTPUT, &supported_formats);
447 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorInput, supported_formats));
449 supported_formats = {};
450 GetRotatorFormatsForType(fd, V4L2_BUF_TYPE_VIDEO_CAPTURE, &supported_formats);
452 hw_resource->supported_formats_map.insert(make_pair(kHWRotatorOutput, supported_formats));
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_tracker.c 179 xa->supported_formats = calloc(num_formats, sizeof(*xa->supported_formats));
180 if (!xa->supported_formats)
183 xa->supported_formats[0] = xa_format_unknown;
203 xa->supported_formats[num_formats++] = xa_format;
226 free(xa->supported_formats);
270 fdesc = xa_get_pipe_format(xa, xa->supported_formats[i]);
xa_priv.h 75 enum xa_formats *supported_formats; member in struct:xa_tracker
  /external/harfbuzz_ng/util/
hb-shape.cc 59 g_strjoinv ("/", const_cast<char**> (options.supported_formats)));
options.hh 386 supported_formats = supported_formats_;
424 const char **supported_formats; member in struct:output_options_t
options.cc 507 if (NULL == supported_formats)
511 char *items = g_strjoinv ("/", const_cast<char **> (supported_formats));
  /hardware/qcom/audio/hal/
audio_hw.h 197 audio_format_t supported_formats[MAX_SUPPORTED_FORMATS + 1]; member in struct:stream_out
259 audio_format_t supported_formats[MAX_SUPPORTED_FORMATS + 1]; member in struct:stream_in
audio_hw.c     [all...]
  /system/core/adf/libadf/include/video/
adf.h 182 __u32 __user * supported_formats; member in struct:adf_overlay_engine_data
  /system/core/adf/libadf/original-kernel-headers/video/
adf.h 342 * @supported_formats: list of supported formats
350 __u32 __user *supported_formats; member in struct:adf_overlay_engine_data
  /external/mesa3d/src/gallium/state_trackers/clover/api/
memory.cpp 163 if (!supported_formats(ctx, desc->image_type).count(*format))
245 auto formats = supported_formats(ctx, type);
  /external/webrtc/talk/app/webrtc/
videosource.cc 213 const std::vector<cricket::VideoFormat>& supported_formats) {
216 std::vector<cricket::VideoFormat> candidates = supported_formats;
  /system/core/adf/libadf/tests/
adf_test.cpp 64 if (data.supported_formats[i] == fmt8888[j]) {
65 fmt = data.supported_formats[i];
  /system/core/adf/libadf/
adf.cpp 498 if (data->supported_formats[i] == c->formats[j])
538 data->supported_formats = new __u32[data->n_supported_formats];
553 delete [] data->supported_formats;
568 if (data.supported_formats[i] == format) {

Completed in 678 milliseconds