OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:audioTime
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/omx/system/src/openmax_il/perf/tests/
perf_unittest.c
147
float
audioTime
, videoTime;
194
audioTime
= 0.01f; videoTime = 0.001f;
195
PERF_SyncAV(perfAVD,
audioTime
, videoTime, PERF_SyncOpNone);
196
audioTime
= 1.23f; videoTime = 2.345f;
197
PERF_SyncAV(perfAVD,
audioTime
, videoTime, PERF_SyncOpDropVideoFrame);
198
audioTime
= 34.56f; videoTime = 35.678f;
199
PERF_SyncAV(perfAVE,
audioTime
, videoTime, PERF_SyncOpMax);
/frameworks/av/media/libstagefright/httplive/
LiveSession.cpp
[
all
...]
Completed in 57 milliseconds