/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/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/autotest/client/site_tests/camera_V4L2/ |
camera_V4L2.py | 139 self.supported_formats = list(set(format_info)) 140 logging.info("Supported pixel format: %s\n", self.supported_formats) 200 option.append("--pixel-format=%s" % self.supported_formats[0]) 211 match.group(3) != self.supported_formats[0] or
|
/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/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);
|
/system/core/adf/libadf/ |
adf.c | 556 if (data->supported_formats[i] == c->formats[j]) 596 data->supported_formats = malloc(sizeof(data->supported_formats[0]) * 598 if (!data->supported_formats) 622 free(data->supported_formats); 637 if (data.supported_formats[i] == format) {
|
/external/harfbuzz_ng/util/ |
hb-shape.cc | 59 g_strjoinv ("/", const_cast<char**> (options.supported_formats)));
|
options.hh | 380 supported_formats = supported_formats_; 418 const char **supported_formats; member in struct:output_options_t
|
options.cc | 443 if (NULL == supported_formats) 447 char *items = g_strjoinv ("/", const_cast<char **> (supported_formats));
|
/external/kernel-headers/original/uapi/video/ |
adf.h | 283 * @supported_formats: list of supported formats 291 __u32 __user *supported_formats; member in struct:adf_overlay_engine_data
|
/system/core/adf/libadf/tests/ |
adf_test.cpp | 63 if (data.supported_formats[i] == fmt8888[j]) { 64 fmt = data.supported_formats[i];
|
/bionic/libc/kernel/uapi/video/ |
adf.h | 157 __u32 __user * supported_formats; member in struct:adf_overlay_engine_data
|
/external/webrtc/talk/app/webrtc/ |
videosource.cc | 213 const std::vector<cricket::VideoFormat>& supported_formats) { 216 std::vector<cricket::VideoFormat> candidates = supported_formats;
|
/cts/tools/cts-device-info/src/com/android/cts/deviceinfo/ |
VulkanDeviceInfo.java | [all...] |
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/24.5.0/ |
ddmlib-24.5.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/25.0.0/ |
ddmlib-25.0.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/25.0.0-alpha1/ |
ddmlib-25.0.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/25.0.0-alpha3/ |
ddmlib-25.0.0-alpha3.jar | |
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/25.0.0-alpha5/ |
ddmlib-25.0.0-alpha5.jar | |
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/25.0.0-alpha7/ |
ddmlib-25.0.0-alpha7.jar | |
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/25.0.0-alpha9/ |
ddmlib-25.0.0-alpha9.jar | |