Searched refs:actual_format (Results 1 - 3 of 3) sorted by relevance

/external/webrtc/webrtc/modules/desktop_capture/
H A Dwindow_capturer_x11.cc45 int actual_format; local
49 &actual_format, &size_,
55 if (sizeof(PropertyType) * kBitsPerByte != actual_format) {
/external/adhd/cras/src/server/
H A Dcras_iodev.c431 snd_pcm_format_t actual_format; local
465 actual_format = get_best_pcm_format(iodev, fmt->format);
467 actual_format == 0) {
472 iodev->format->format = actual_format;
473 iodev->ext_format->format = actual_format;
/external/webrtc/webrtc/base/
H A Dx11windowpicker.cc36 int actual_format; local
40 &actual_format, &size_,
45 } else if (sizeof(PropertyType) * kBitsPerByte != actual_format) {

Completed in 261 milliseconds