Home | History | Annotate | Download | only in camera

Lines Matching defs:fmt_str

835     char fmt_str[5];
856 memcpy(fmt_str, &pixel_format, 4);
857 fmt_str[4] = '\0';
859 __FUNCTION__, cd->device_name, fmt_str, frame_width, frame_height);
866 memcpy(fmt_str, &pixel_format, 4);
867 fmt_str[4] = '\0';
869 __FUNCTION__, frame_width, frame_height, fmt_str);