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

/external/qemu/android/camera/
H A Dcamera-capture-linux.c760 int num_pix_fmts = _camera_device_enum_pixel_formats(cd, &formats); local
761 if (num_pix_fmts <= 0) {
767 chosen = _get_format_index(_preferred_formats[f], formats, num_pix_fmts);
787 for (f = 0; f < num_pix_fmts; f++) {

Completed in 2804 milliseconds