Searched refs:qual (Results 1 – 3 of 3) sorted by relevance
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2471/ |
D | poc.c | 64 __u8 qual; /* link quality (%retries, SNR, member 97 struct iw_quality qual; /* Quality part of statistics */ member
|
/cts/tests/video/src/android/video/cts/ |
D | VideoEncoderDecoderTest.java | 213 private void qual(String mimeType, int w, int h, String encoder, int maxBFrames) in qual() method in VideoEncoderDecoderTest 215 qual(mimeType, w, h, encoder, maxBFrames, PIXEL_RMS_ERROR_MARGIN); in qual() 219 private void qual(String mimeType, int w, int h, String encoder, int maxBFrames, double margin) in qual() method in VideoEncoderDecoderTest 314 qual(mMediaType, mWidth, mHeight, mEncoderName, mMaxBFrames, 25); in testQual() 316 qual(mMediaType, mWidth, mHeight, mEncoderName, mMaxBFrames); in testQual()
|
/cts/tools/cts-media/ |
D | get_achievable_rates.py | 220 elif not lastFinal or quality <= lastFinal.qual:
|