OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:databuf_stride
(Results
1 - 1
of
1
) sorted by null
/external/libyuv/files/source/
mjpeg_decoder.cc
152
int
databuf_stride
= GetComponentStride(i);
local
153
int databuf_size = scanlines_size *
databuf_stride
;
154
if (databuf_strides_[i] !=
databuf_stride
) {
159
databuf_strides_[i] =
databuf_stride
;
Completed in 754 milliseconds