HomeSort by relevance Sort by last modified time
    Searched defs:DecodeThread (Results 1 - 3 of 3) sorted by null

  /external/zxing/qr_scanner/src/com/google/zxing/client/android/
DecodeThread.java 35 final class DecodeThread extends Thread {
44 DecodeThread(CaptureActivity activity,
  /frameworks/av/media/libheif/
HeifDecoderImpl.cpp 274 struct HeifDecoderImpl::DecodeThread : public Thread {
275 explicit DecodeThread(HeifDecoderImpl *decoder) : mDecoder(decoder) {}
282 DISALLOW_EVIL_CONSTRUCTORS(DecodeThread);
285 bool HeifDecoderImpl::DecodeThread::threadLoop() {
479 mThread = new DecodeThread(this);
  /packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java 35 private class DecodeThread extends Thread {
38 public DecodeThread() {
72 Thread t = new DecodeThread();
87 DecodeThread t = new DecodeThread();
98 DecodeThread t = new DecodeThread();
110 DecodeThread t = new DecodeThread();
123 DecodeThread t1 = new DecodeThread()
    [all...]

Completed in 67 milliseconds