Searched defs:max_pixels (Results 1 – 3 of 3) sorted by relevance
105 void ComputeScaleMaxPixels(int frame_width, int frame_height, int max_pixels, in ComputeScaleMaxPixels()149 int max_pixels = (fps > 5) ? 2048 * 1280 : 2880 * 1800; in ComputeScale() local
117 const int max_pixels = 16383*16383; // max width*height in onDecode() local
22 int max_pixels, in DecodeImage()