OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetComponentScanlinesPerImcuRow
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
mjpeg_decoder.h
117
int
GetComponentScanlinesPerImcuRow
(int component);
/external/chromium_org/third_party/libyuv/include/libyuv/
mjpeg_decoder.h
117
int
GetComponentScanlinesPerImcuRow
(int component);
/external/libyuv/files/include/libyuv/
mjpeg_decoder.h
94
int
GetComponentScanlinesPerImcuRow
(int component);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc
120
int scanlines_size =
GetComponentScanlinesPerImcuRow
(i);
204
int MJpegDecoder::
GetComponentScanlinesPerImcuRow
(int component) {
287
int scanlines_to_copy =
GetComponentScanlinesPerImcuRow
(i) -
307
int scanlines_to_copy =
GetComponentScanlinesPerImcuRow
(i);
/external/chromium_org/third_party/libyuv/source/
mjpeg_decoder.cc
120
int scanlines_size =
GetComponentScanlinesPerImcuRow
(i);
204
int MJpegDecoder::
GetComponentScanlinesPerImcuRow
(int component) {
287
int scanlines_to_copy =
GetComponentScanlinesPerImcuRow
(i) -
307
int scanlines_to_copy =
GetComponentScanlinesPerImcuRow
(i);
/external/libyuv/files/source/
mjpeg_decoder.cc
137
int scanlines_size =
GetComponentScanlinesPerImcuRow
(i);
221
int MJpegDecoder::
GetComponentScanlinesPerImcuRow
(int component) {
313
int scanlines_to_copy =
GetComponentScanlinesPerImcuRow
(i) -
332
int scanlines_to_copy =
GetComponentScanlinesPerImcuRow
(i);
Completed in 77 milliseconds