Searched refs:modified_frame_size (Results 1 – 1 of 1) sorted by relevance
381 const int modified_frame_size = scaled_width * scaled_height * 4; in OnFrameCaptured() local382 scale_buffer.reset(new uint8_t[modified_frame_size]); in OnFrameCaptured()440 const int modified_frame_size = scaled_width * scaled_height * kYuy2Bpp; in OnFrameCaptured() local444 temp_buffer.reset(new uint8_t[modified_frame_size]); in OnFrameCaptured()466 modified_frame->data_size = modified_frame_size; in OnFrameCaptured()