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

  /frameworks/av/cmds/stagefright/
mediafilter.cpp 47 static const int64_t kTimeout = 500ll;
169 &filterIndex, kTimeout);
263 kTimeout);
320 static int64_t kTimeout = 500ll;
530 err = state->mCodec->dequeueInputBuffer(&index, kTimeout);
564 state->mCodec->dequeueInputBuffer(&index, kTimeout);
596 &frame.presentationTimeUs, &frame.flags, kTimeout);
codec.cpp 80 static int64_t kTimeout = 500ll;
172 err = state->mCodec->dequeueInputBuffer(&index, kTimeout);
209 state->mCodec->dequeueInputBuffer(&index, kTimeout);
258 kTimeout);
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 320 static int kTimeout = 250000; // be responsive on signal
355 &flags, kTimeout);
    [all...]

Completed in 69 milliseconds