Home
last modified time | relevance | path

Searched refs:modified_frame_size (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/talk/media/base/
Dvideocapturer.cc381 const int modified_frame_size = scaled_width * scaled_height * 4; in OnFrameCaptured() local
382 scale_buffer.reset(new uint8_t[modified_frame_size]); in OnFrameCaptured()
440 const int modified_frame_size = scaled_width * scaled_height * kYuy2Bpp; in OnFrameCaptured() local
444 temp_buffer.reset(new uint8_t[modified_frame_size]); in OnFrameCaptured()
466 modified_frame->data_size = modified_frame_size; in OnFrameCaptured()