HomeSort by relevance Sort by last modified time
    Searched refs:startTimeUs (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/
AudioSource.cpp 89 int64_t startTimeUs;
90 if (params && params->findInt64(kKeyTime, &startTimeUs)) {
91 mStartTimeUs = startTimeUs;
CameraSource.cpp 186 int64_t startTimeUs;
187 if (meta && meta->findInt64(kKeyTime, &startTimeUs)) {
188 mStartTimeUs = startTimeUs;
MPEG4Writer.cpp     [all...]
OMXCodec.cpp     [all...]

Completed in 40 milliseconds