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

  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 60 status_t setStopTimeUs(int64_t stopTimeUs);
168 status_t MediaCodecSource::Puller::setStopTimeUs(int64_t stopTimeUs) {
170 msg->setInt64("stop-time-us", stopTimeUs);
267 int64_t stopTimeUs;
268 CHECK(msg->findInt64("stop-time-us", &stopTimeUs));
269 status_t err = mSource->setStopTimeUs(stopTimeUs);
391 status_t MediaCodecSource::setStopTimeUs(int64_t stopTimeUs) {
393 msg->setInt64("stop-time-us", stopTimeUs);
    [all...]
ACodec.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp     [all...]
  /frameworks/av/media/libstagefright/httplive/
PlaylistFetcher.cpp     [all...]

Completed in 657 milliseconds