HomeSort by relevance Sort by last modified time
    Searched full:modified_frame (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc 384 CapturedFrame* modified_frame = local
394 reinterpret_cast<uint8*>(modified_frame->data),
397 modified_frame->width = scaled_width;
398 modified_frame->height = scaled_height;
399 modified_frame->data_size = scaled_width * 4 * scaled_height;
423 // modified_frame points to the captured_frame but with const casted away
425 CapturedFrame* modified_frame = const_cast<CapturedFrame*>(captured_frame); local
465 modified_frame->width = scaled_width;
466 modified_frame->height = scaled_height;
467 modified_frame->pixel_width = 1
    [all...]

Completed in 70 milliseconds