Home
last modified time | relevance | path

Searched refs:MAX_RETRY (Results 1 – 9 of 9) sorted by relevance

/hardware/google/av/codec2/hidl/1.0/mts/component/
DMtsHidlC2V1_0TargetComponentTest.cpp162 for (size_t i = 0; i < MAX_RETRY; i++) { in TEST_F()
173 for (size_t i = 0; i < MAX_RETRY; i++) { in TEST_F()
209 for (size_t i = 0; i < MAX_RETRY; i++) { in TEST_F()
/hardware/google/av/codec2/hidl/1.0/mts/common/
Dmedia_c2_hidl_test_common.cpp68 while ((maxRetry < MAX_RETRY) && (queueSize < bufferCount)) { in waitOnInputConsumption()
Dmedia_c2_hidl_test_common.h42 #define MAX_RETRY 20 macro
/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioEncTest.cpp285 while (!work && (maxRetry < MAX_RETRY)) { in encodeNFrames()
295 if (!work && (maxRetry >= MAX_RETRY)) { in encodeNFrames()
DMtsHidlC2V1_0TargetAudioDecTest.cpp405 while (!work && (maxRetry < MAX_RETRY)) { in decodeNFrames()
415 if (!work && (maxRetry >= MAX_RETRY)) { in decodeNFrames()
/hardware/google/av/codec2/hidl/1.0/mts/video/
DMtsHidlC2V1_0TargetVideoDecTest.cpp346 while (!work && (maxRetry < MAX_RETRY)) { in decodeNFrames()
356 if (!work && (maxRetry >= MAX_RETRY)) { in decodeNFrames()
548 while (!work && (maxRetry < MAX_RETRY)) { in TEST_F()
DMtsHidlC2V1_0TargetVideoEncTest.cpp265 while (!work && (maxRetry < MAX_RETRY)) { in encodeNFrames()
275 if (!work && (maxRetry >= MAX_RETRY)) { in encodeNFrames()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraDevice.cpp44 constexpr int MAX_RETRY = 5; // Allow retry v4l2 open failures a few times. variable
141 } while (fd.get() < 0 && numAttempt <= MAX_RETRY); in open()
DExternalCameraDeviceSession.cpp50 constexpr int MAX_RETRY = 15; // Allow retry some ioctl failures a few times to account for some variable
2328 if (numAttempt == MAX_RETRY) { in configureV4l2StreamLocked()
2439 if (numAttempt == MAX_RETRY) { in configureV4l2StreamLocked()