Searched defs:setStartTimeUs (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libmedia/omx/1.0/
H A DWGraphicBufferSource.cpp60 BnStatus LWGraphicBufferSource::setStartTimeUs( function in class:android::hardware::media::omx::V1_0::utils::LWGraphicBufferSource
62 return toBinderStatus(mBase->setStartTimeUs(startTimeUs));
/frameworks/av/media/libstagefright/omx/
H A DBWGraphicBufferSource.cpp151 ::android::binder::Status BWGraphicBufferSource::setStartTimeUs( function in class:android::BWGraphicBufferSource
153 return Status::fromStatusT(mBase->setStartTimeUs(startTimeUs));
/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferSource.cpp211 Return<Status> TWGraphicBufferSource::setStartTimeUs(int64_t startTimeUs) { function in class:android::hardware::media::omx::V1_0::implementation::TWGraphicBufferSource
212 return toStatus(mBase->setStartTimeUs(startTimeUs));
/frameworks/av/media/libstagefright/bqhelper/
H A DGraphicBufferSource.cpp1235 status_t GraphicBufferSource::setStartTimeUs(int64_t skipFramesBeforeUs) { function in class:android::GraphicBufferSource
1236 ALOGV("setStartTimeUs: skipFramesBeforeUs=%lld", (long long)skipFramesBeforeUs);

Completed in 12 milliseconds