OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:src_width_
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/common_video/libyuv/
scaler.cc
22
src_width_
(0),
41
src_width_
= src_width;
65
std::min(
src_width_
, dst_width_ * src_height_ / dst_height_);
67
std::min(src_height_, dst_height_ *
src_width_
/ dst_width_);
69
const int src_offset_x = ((
src_width_
- cropped_src_width) / 2) & ~1;
/external/webrtc/webrtc/common_video/libyuv/include/
scaler.h
59
int
src_width_
;
member in class:webrtc::Scaler
Completed in 56 milliseconds