Searched refs:temp_output_uv (Results 1 – 1 of 1) sorted by relevance
1774 std::vector<uint8_t> temp_yuv, temp_output_uv, temp_input_uv; in ProcessYUV420() local1845 temp_output_uv.resize(output.width * output.height * bytes_per_pixel / 2); in ProcessYUV420()1846 auto temp_uv_buffer = temp_output_uv.data(); in ProcessYUV420()