Searched refs:temp_yuv (Results 1 – 1 of 1) sorted by relevance
1774 std::vector<uint8_t> temp_yuv, temp_output_uv, temp_input_uv; in ProcessYUV420() local1823 temp_yuv.reserve((input_width * input_height * 3 * bytes_per_pixel) / 2); in ProcessYUV420()1824 auto temp_yuv_buffer = temp_yuv.data(); in ProcessYUV420()