OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:frameDelay
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/animation/src/android/animation/cts/
ValueAnimatorTest.java
328
final long
frameDelay
= 10;
329
mActivityRule.runOnUiThread(() -> mValueAnimator.setFrameDelay(
frameDelay
));
334
assertEquals(
frameDelay
, actualFrameDelay);
/external/aac/libAACdec/src/
conceal.cpp
[
all
...]
/external/aac/libPCMutils/src/
pcmdmx_lib.cpp
370
UCHAR
frameDelay
; /*!< Linked to DMX_BS_DATA_DELAY */
[
all
...]
/external/deqp/modules/egl/
teglGetFrameTimestampsTests.cpp
659
const size_t
frameDelay
= 6;
660
if (i >=
frameDelay
)
663
const bool verifyReadsDone = i > (
frameDelay
+ 3);
664
FrameTimes& frame6ago = frameTimes[i-
frameDelay
];
673
if (i >=
frameDelay
+ 1)
675
FrameTimes& frame7ago = frameTimes[i-
frameDelay
-1];
Completed in 462 milliseconds