Home
last modified time | relevance | path

Searched defs:mayBlock (Results 1 – 22 of 22) sorted by relevance

/frameworks/av/media/codec2/hidl/1.0/utils/
DInputSurface.cpp55 static C2R EosSetter(bool mayBlock, C2P<C2InputSurfaceEosTuning> &me) { in EosSetter()
81 c2_blocking_t mayBlock, in query()
89 c2_blocking_t mayBlock, in config()
DConfigurable.cpp60 bool mayBlock, in query()
82 bool mayBlock, in config()
152 bool mayBlock, in querySupportedValues()
DInputSurfaceConnection.cpp487 c2_blocking_t mayBlock, in config()
498 c2_blocking_t mayBlock, in query()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcDec.cpp200 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter()
215 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
224 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter()
232 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
240 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter()
257 static C2R CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input> &me) { in CodedColorAspectsSetter()
274 static C2R ColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::output> &me, in ColorAspectsSetter()
DC2SoftAvcEnc.cpp204 bool mayBlock, in InputDelaySetter()
214 static C2R BitrateSetter(bool mayBlock, C2P<C2StreamBitrateInfo::output> &me) { in BitrateSetter()
223 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::input> &oldMe, in SizeSetter()
239 bool mayBlock, in ProfileLevelSetter()
314 static C2R IntraRefreshSetter(bool mayBlock, C2P<C2StreamIntraRefreshTuning::output> &me) { in IntraRefreshSetter()
327 static C2R GopSetter(bool mayBlock, C2P<C2StreamGopTuning::output> &me) { in GopSetter()
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcDec.cpp194 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter()
209 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
218 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter()
226 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
234 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter()
251 static C2R CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input> &me) { in CodedColorAspectsSetter()
268 static C2R ColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::output> &me, in ColorAspectsSetter()
DC2SoftHevcEnc.cpp175 static C2R BitrateSetter(bool mayBlock, in BitrateSetter()
185 static C2R SizeSetter(bool mayBlock, in SizeSetter()
202 bool mayBlock, in ProfileLevelSetter()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomDec.cpp162 static C2R SizeSetter(bool mayBlock, in SizeSetter()
179 bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output>& me, in MaxPictureSizeSetter()
190 bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input>& me, in MaxInputSizeSetter()
198 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter()
215 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
226 static C2R Hdr10PlusInfoInputSetter(bool mayBlock, C2P<C2StreamHdr10PlusInfo::input> &me) { in Hdr10PlusInfoInputSetter()
232 static C2R Hdr10PlusInfoOutputSetter(bool mayBlock, C2P<C2StreamHdr10PlusInfo::output> &me) { in Hdr10PlusInfoOutputSetter()
/frameworks/av/media/codec2/components/mpeg2/
DC2SoftMpeg2Dec.cpp182 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter()
197 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
206 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter()
214 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
222 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter()
239 static C2R CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input> &me) { in CodedColorAspectsSetter()
256 static C2R ColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::output> &me, in ColorAspectsSetter()
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.h349 static C2R BitrateSetter(bool mayBlock, C2P<C2StreamBitrateInfo::output> &me) { in BitrateSetter()
358 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::input> &oldMe, in SizeSetter()
374 bool mayBlock, in ProfileLevelSetter()
386 static C2R LayeringSetter(bool mayBlock, C2P<C2StreamTemporalLayeringTuning::output>& me) { in LayeringSetter()
DC2SoftVpxDec.cpp219 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter()
234 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
243 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter()
251 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter()
268 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
279 static C2R Hdr10PlusInfoInputSetter(bool mayBlock, C2P<C2StreamHdr10PlusInfo::input> &me) { in Hdr10PlusInfoInputSetter()
285 static C2R Hdr10PlusInfoOutputSetter(bool mayBlock, C2P<C2StreamHdr10PlusInfo::output> &me) { in Hdr10PlusInfoOutputSetter()
/frameworks/av/media/codec2/components/mpeg4_h263/
DC2SoftMpeg4Enc.cpp156 static C2R BitrateSetter(bool mayBlock, C2P<C2StreamBitrateInfo::output> &me) { in BitrateSetter()
165 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::input> &oldMe, in SizeSetter()
181 bool mayBlock, in ProfileLevelSetter()
DC2SoftMpeg4Dec.cpp188 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter()
203 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter()
217 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter()
225 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter()
/frameworks/av/media/codec2/components/base/include/
DSimpleC2Interface.h49 c2_blocking_t mayBlock, in query_vb()
55 c2_blocking_t mayBlock, in config_vb()
67 c2_blocking_t mayBlock) const override { in querySupportedValues_vb()
/frameworks/av/media/codec2/faultinjection/
DC2ComponentWrapper.cpp83 const std::shared_ptr<C2Component::Listener> &listener, c2_blocking_t mayBlock) { in setListener_vb()
/frameworks/av/media/codec2/components/aac/
DC2SoftAacEnc.cpp124 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::output> &me) { in ProfileLevelSetter()
131 bool mayBlock, in MaxBufSizeCalculator()
DC2SoftAacDec.cpp195 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me) { in ProfileLevelSetter()
/frameworks/av/media/codec2/tests/
DC2SampleComponent_test.cpp104 c2_blocking_t mayBlock, in config_vb()
120 c2_blocking_t mayBlock, in query_vb()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp203 const C2Param *value, bool mayBlock, bool *changed, Factory &f, in trySet()
336 const C2Param *value, bool mayBlock, bool *changed, Factory &f, in trySet()
591 const std::vector<C2Param*> &params, c2_blocking_t mayBlock, in config()
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp212 const std::shared_ptr<C2Component::Listener> &listener, c2_blocking_t mayBlock) { in setListener_vb()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp199 c2_blocking_t mayBlock, in query()
295 c2_blocking_t mayBlock, in config()
/frameworks/av/media/codec2/components/xaac/
DC2SoftXaacDec.cpp204 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me) { in ProfileLevelSetter()