Home
last modified time | relevance | path

Searched refs:setMaxFps (Results 1 – 13 of 13) sorted by relevance

/aosp12/frameworks/av/media/libmedia/omx/1.0/
H A DWGraphicBufferSource.cpp51 BnStatus LWGraphicBufferSource::setMaxFps(float maxFps) { in setMaxFps() function in android::hardware::media::omx::V1_0::utils::LWGraphicBufferSource
52 return toBinderStatus(mBase->setMaxFps(maxFps)); in setMaxFps()
/aosp12/frameworks/av/media/codec2/sfplugin/
H A DOmx2IGraphicBufferSource.cpp104 BnStatus Omx2IGraphicBufferSource::setMaxFps(float maxFps) { in setMaxFps() function in android::Omx2IGraphicBufferSource
105 return BnStatus::fromStatusT(mBase->setMaxFps(maxFps)); in setMaxFps()
H A DOmx2IGraphicBufferSource.h34 BnStatus setMaxFps(float maxFps) override;
H A DCCodec.cpp313 status_t res = GetStatus(mSource->setMaxFps(config.mMaxFps)); in configure()
/aosp12/frameworks/av/media/libmedia/aidl/android/
H A DIGraphicBufferSource.aidl30 void setMaxFps(float maxFps); in setMaxFps() method
/aosp12/frameworks/av/media/libstagefright/omx/1.0/
H A DWGraphicBufferSource.cpp207 Return<Status> TWGraphicBufferSource::setMaxFps(float maxFps) { in setMaxFps() function in android::hardware::media::omx::V1_0::implementation::TWGraphicBufferSource
208 return toStatus(mBase->setMaxFps(maxFps)); in setMaxFps()
/aosp12/frameworks/av/media/libmedia/include/media/omx/1.0/
H A DWGraphicBufferSource.h73 BnStatus setMaxFps(float maxFps) override;
/aosp12/frameworks/av/media/libstagefright/omx/include/media/stagefright/omx/1.0/
H A DWGraphicBufferSource.h76 Return<Status> setMaxFps(float maxFps) override;
/aosp12/hardware/interfaces/media/omx/1.0/
H A DIGraphicBufferSource.hal38 setMaxFps(float maxFps) generates (Status status);
/aosp12/frameworks/av/media/libstagefright/bqhelper/include/media/stagefright/bqhelper/
H A DGraphicBufferSource.h175 status_t setMaxFps(float maxFps);
/aosp12/frameworks/av/media/libstagefright/bqhelper/
H A DGraphicBufferSource.cpp1299 status_t GraphicBufferSource::setMaxFps(float maxFps) { in setMaxFps() function in android::GraphicBufferSource
/aosp12/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp1285 status = source->setMaxFps(24.0f); in TEST_P()
/aosp12/frameworks/av/media/libstagefright/
H A DACodec.cpp7161 mCodec->mGraphicBufferSource->setMaxFps(mCodec->mMaxFps)); in setupInputSurface()