Home
last modified time | relevance | path

Searched refs:setStopTimeUs (Results 1 – 22 of 22) sorted by relevance

/frameworks/av/media/libmedia/omx/1.0/
DWGraphicBufferSource.cpp65 BnStatus LWGraphicBufferSource::setStopTimeUs( in setStopTimeUs() function in android::hardware::media::omx::V1_0::utils::LWGraphicBufferSource
67 return toBinderStatus(mBase->setStopTimeUs(stopTimeUs)); in setStopTimeUs()
/frameworks/av/media/libmedia/aidl/android/
DIGraphicBufferSource.aidl33 void setStopTimeUs(long stopTimeUs); in setStopTimeUs() method
/frameworks/av/media/codec2/sfplugin/
DOmx2IGraphicBufferSource.cpp118 BnStatus Omx2IGraphicBufferSource::setStopTimeUs( in setStopTimeUs() function in android::Omx2IGraphicBufferSource
120 return BnStatus::fromStatusT(mBase->setStopTimeUs(stopTimeUs)); in setStopTimeUs()
DOmx2IGraphicBufferSource.h37 BnStatus setStopTimeUs(int64_t stopTimeUs) override;
DCCodec.cpp355 status_t res = GetStatus(mSource->setStopTimeUs(config.mStopAtUs)); in configure()
/frameworks/av/include/media/
DMediaSource.h88 virtual status_t setStopTimeUs(int64_t /* stopTimeUs */) { in setStopTimeUs() function
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaSource.h88 virtual status_t setStopTimeUs(int64_t /* stopTimeUs */) { in setStopTimeUs() function
DRemoteMediaSource.h42 virtual status_t setStopTimeUs(int64_t stopTimeUs);
DAudioSource.h62 virtual status_t setStopTimeUs(int64_t stopTimeUs);
DMediaCodecSource.h62 virtual status_t setStopTimeUs(int64_t stopTimeUs);
DCameraSource.h101 virtual status_t setStopTimeUs(int64_t stopTimeUs);
/frameworks/av/media/libstagefright/omx/1.0/
DWGraphicBufferSource.cpp215 Return<Status> TWGraphicBufferSource::setStopTimeUs(int64_t stopTimeUs) { in setStopTimeUs() function in android::hardware::media::omx::V1_0::implementation::TWGraphicBufferSource
216 return toStatus(mBase->setStopTimeUs(stopTimeUs)); in setStopTimeUs()
/frameworks/av/media/libstagefright/
DRemoteMediaSource.cpp69 status_t RemoteMediaSource::setStopTimeUs(int64_t /* stopTimeUs */) { in setStopTimeUs() function in android::RemoteMediaSource
DMediaCodecSource.cpp62 status_t setStopTimeUs(int64_t stopTimeUs);
170 status_t MediaCodecSource::Puller::setStopTimeUs(int64_t stopTimeUs) { in setStopTimeUs() function in android::MediaCodecSource::Puller
271 status_t err = mSource->setStopTimeUs(stopTimeUs); in onMessageReceived()
393 status_t MediaCodecSource::setStopTimeUs(int64_t stopTimeUs) { in setStopTimeUs() function in android::MediaCodecSource
1130 err = mPuller->setStopTimeUs(stopTimeUs); in onMessageReceived()
DAudioSource.cpp303 status_t AudioSource::setStopTimeUs(int64_t stopTimeUs) { in setStopTimeUs() function in android::AudioSource
DCameraSource.cpp1113 status_t CameraSource::setStopTimeUs(int64_t stopTimeUs) { in setStopTimeUs() function in android::CameraSource
DACodec.cpp7534 mGraphicBufferSource->setStopTimeUs(stopTimeUs)); in setParameters()
/frameworks/av/media/libmedia/include/media/omx/1.0/
DWGraphicBufferSource.h76 BnStatus setStopTimeUs(int64_t stopTimeUs) override;
/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
DWGraphicBufferSource.h83 Return<Status> setStopTimeUs(int64_t stopTimeUs) override;
/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
DGraphicBufferSource.h190 status_t setStopTimeUs(int64_t stopTimeUs);
/frameworks/av/media/libstagefright/bqhelper/
DGraphicBufferSource.cpp1309 status_t GraphicBufferSource::setStopTimeUs(int64_t stopTimeUs) { in setStopTimeUs() function in android::GraphicBufferSource
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp2076 if (source != nullptr && OK != source->setStopTimeUs(stopTimeUs)) { in stop()