Home | History | Annotate | Download | only in camera

Lines Matching defs:fmt_str

832     char fmt_str[5];
853 memcpy(fmt_str, &pixel_format, 4);
854 fmt_str[4] = '\0';
856 __FUNCTION__, cd->device_name, fmt_str, frame_width, frame_height);
863 memcpy(fmt_str, &pixel_format, 4);
864 fmt_str[4] = '\0';
866 __FUNCTION__, frame_width, frame_height, fmt_str);