Searched refs:modified_frame (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dvideocapturer.cc389 CapturedFrame* modified_frame = local
399 reinterpret_cast<uint8*>(modified_frame->data),
402 modified_frame->width = scaled_width;
403 modified_frame->height = scaled_height;
404 modified_frame->data_size = scaled_width * 4 * scaled_height;
428 // modified_frame points to the captured_frame but with const casted away
430 CapturedFrame* modified_frame = const_cast<CapturedFrame*>(captured_frame); local
470 modified_frame->width = scaled_width;
471 modified_frame->height = scaled_height;
472 modified_frame
[all...]

Completed in 88 milliseconds