Home | History | Annotate | Download | only in camera

Lines Matching refs:pix_format

800     int width, height, pix_format;
828 if (get_token_value_int(param, "pix", &pix_format)) {
855 if (cc->pixel_format != pix_format ||cc->width != width ||
865 cc->width, cc->height, (const char*)&pix_format, width, height);
877 cc->pixel_format = pix_format;