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

  /cts/tests/tests/media/src/android/media/cts/
DecodeEditEncodeTest.java 262 boolean inputDone = false;
269 if (!inputDone) {
280 inputDone = true;
460 boolean inputDone = false;
466 if (!inputDone) {
473 inputDone = true;
655 boolean inputDone = false;
660 if (!inputDone) {
667 inputDone = true;
    [all...]
EncodeDecodeTest.java 655 boolean inputDone = false;
669 if (!inputDone) {
680 inputDone = true;
    [all...]
  /hardware/google/av/codec2/hidl/client/
client.cpp 806 std::vector<uint64_t> inputDone;
809 inputDone.emplace_back(work->input.ordinal.frameIndex.peeku());
815 for (uint64_t inputIndex : inputDone) {
    [all...]

Completed in 97 milliseconds