HomeSort by relevance Sort by last modified time
    Searched refs:SetScanlinePointers (Results 1 - 6 of 6) sorted by null

  /external/libaom/libaom/third_party/libyuv/include/libyuv/
mjpeg_decoder.h 163 void SetScanlinePointers(uint8** data);
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
mjpeg_decoder.h 165 void SetScanlinePointers(uint8_t** data);
  /external/libyuv/files/include/libyuv/
mjpeg_decoder.h 165 void SetScanlinePointers(uint8** data);
  /external/libaom/libaom/third_party/libyuv/source/
mjpeg_decoder.cc 265 SetScanlinePointers(databuf_);
357 SetScanlinePointers(databuf_);
528 void MJpegDecoder::SetScanlinePointers(uint8** data) {
  /external/libvpx/libvpx/third_party/libyuv/source/
mjpeg_decoder.cc 264 SetScanlinePointers(databuf_);
354 SetScanlinePointers(databuf_);
530 void MJpegDecoder::SetScanlinePointers(uint8_t** data) {
  /external/libyuv/files/source/
mjpeg_decoder.cc 264 SetScanlinePointers(databuf_);
354 SetScanlinePointers(databuf_);
530 void MJpegDecoder::SetScanlinePointers(uint8** data) {

Completed in 1983 milliseconds