Home
last modified time | relevance | path

Searched refs:inputEOS (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-0470/
Dpoc.cpp70 bool inputEOS = false; in main() local
73 if (!inputEOS) { in main()
88 inputEOS = true; in main()
/cts/tests/tests/media/codec/src/android/media/codec/cts/
DVideoCodecTestBase.java973 boolean inputEOS = (encFrame == null);
977 if (inputEOS) {
1199 private void feedInputInternal(final byte[] encFrame, final boolean inputEOS) { in feedInputInternal() argument
1211 if (inputEOS) { in feedInputInternal()
1215 if (!inputEOS) { in feedInputInternal()
1236 public boolean feedInput(final byte[] encFrame, final boolean inputEOS) throws Exception { in feedInput() argument
1240 feedInputInternal(encFrame, inputEOS); in feedInput()