OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dst_width_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/common_video/libyuv/
scaler.cc
22
dst_width_
(0),
41
dst_width_
= dst_width;
58
dst_frame->CreateEmptyFrame(
dst_width_
, dst_height_,
59
dst_width_
, (
dst_width_
+ 1) / 2,
60
(
dst_width_
+ 1) / 2);
75
dst_width_
, dst_height_,
/external/chromium_org/third_party/webrtc/common_video/libyuv/include/
scaler.h
62
int
dst_width_
;
member in class:webrtc::Scaler
Completed in 69 milliseconds