Home
last modified time | relevance | path

Searched refs:mayBlock (Results 1 – 25 of 32) sorted by relevance

12

/hardware/google/av/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/
DConfigurable.h67 bool mayBlock,
72 bool mayBlock,
82 bool mayBlock,
117 bool mayBlock, in query()
119 return mIntf->query(indices, mayBlock, _hidl_cb); in query()
125 bool mayBlock, in config()
127 return mIntf->config(inParams, mayBlock, _hidl_cb); in config()
141 bool mayBlock, in querySupportedValues()
143 return mIntf->querySupportedValues(inFields, mayBlock, _hidl_cb); in querySupportedValues()
DConfigurableC2Intf.h51 c2_blocking_t mayBlock,
56 c2_blocking_t mayBlock,
63 std::vector<C2FieldSupportedValuesQuery>& fields, c2_blocking_t mayBlock) const = 0;
/hardware/google/av/media/codecs/base/include/
DSimpleC2Interface.h49 c2_blocking_t mayBlock, in query_vb() argument
51 return mImpl->query(stackParams, heapParamIndices, mayBlock, heapParams); in query_vb()
55 c2_blocking_t mayBlock, in config_vb() argument
57 return mImpl->config(params, mayBlock, failures); in config_vb()
67 c2_blocking_t mayBlock) const override { in querySupportedValues_vb() argument
68 return mImpl->querySupportedValues(fields, mayBlock); in querySupportedValues_vb()
207 bool mayBlock, C2InterfaceHelper::C2P<type> &me) { in NonStrictValueWithNoDeps()
208 (void)mayBlock; in NonStrictValueWithNoDeps()
213 bool mayBlock, C2InterfaceHelper::C2P<type> &me) { in NonStrictValuesWithNoDeps()
214 (void)mayBlock; in NonStrictValuesWithNoDeps()
[all …]
/hardware/interfaces/media/c2/1.0/
DIConfigurable.hal51 * If @p mayBlock is false, this method must not block. All parameter
54 * If @p mayBlock is true, a query may block, but the whole method call
57 * If @p mayBlock is false, this method must not block. Otherwise, this
72 * - In the stopped state, this must be non-blocking. @p mayBlock is
73 * ignored. (The method operates as if @p mayBlock was false.)
75 * @p mayBlock is true. However, if the call cannot be completed in a
79 * @param mayBlock Whether this call may block or not.
86 * @p mayBlock is false.
95 bool mayBlock
112 * If @p mayBlock is false, this method must not block. An update that
[all …]
/hardware/google/av/codec2/hidl/1.0/utils/
DConfigurable.cpp55 bool mayBlock, in query() argument
64 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK, in query()
76 bool mayBlock, in config() argument
91 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK, in config()
132 bool mayBlock, in querySupportedValues() argument
152 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK); in querySupportedValues()
DInputSurface.cpp55 static C2R EosSetter(bool mayBlock, C2P<C2InputSurfaceEosTuning> &me) { in EosSetter() argument
56 (void)mayBlock; in EosSetter()
82 c2_blocking_t mayBlock, in query() argument
84 return mImpl->query({}, indices, mayBlock, params); in query()
89 c2_blocking_t mayBlock, in config() argument
91 c2_status_t err = mImpl->config(params, mayBlock, failures); in config()
110 c2_blocking_t mayBlock) const override { in querySupportedValues()
111 return mImpl->querySupportedValues(fields, mayBlock); in querySupportedValues()
DComponent.cpp56 c2_blocking_t mayBlock, in config()
60 return mIntf->config_vb(params, mayBlock, failures); in config()
65 c2_blocking_t mayBlock, in query()
69 return mIntf->query_vb({}, indices, mayBlock, params); in query()
81 c2_blocking_t mayBlock) const override { in querySupportedValues()
83 return mIntf->querySupportedValues_vb(fields, mayBlock); in querySupportedValues()
542 c2_blocking_t mayBlock, in config()
546 (void)mayBlock; in config()
553 c2_blocking_t mayBlock, in query()
557 (void)mayBlock; in query()
[all …]
DComponentStore.cpp72 c2_blocking_t mayBlock, in config()
77 if (mayBlock == C2_DONT_BLOCK && params.size() != 0) { in config()
85 c2_blocking_t mayBlock, in query()
89 if (mayBlock == C2_DONT_BLOCK && indices.size() != 0) { in query()
103 c2_blocking_t mayBlock) const override { in querySupportedValues()
106 if (mayBlock == C2_DONT_BLOCK && fields.size() != 0) { in querySupportedValues()
DInputSurfaceConnection.cpp240 c2_blocking_t mayBlock, in compQuery()
248 mayBlock, in compQuery()
282 mayBlock == C2_MAY_BLOCK, in compQuery()
/hardware/google/interfaces/media/c2/1.0/
DIConfigurable.hal43 * This method must return within 1ms if \p mayBlock is DONT_BLOCK, and
47 * @param mayBlock Whether this call may block or not.
60 bool mayBlock
75 * This method must return within 1ms if \p mayBlock is false, and within
79 * @param mayBlock Whether this call may block or not.
95 bool mayBlock
138 * This method must return within 1ms if \p mayBlock is false, and within
142 * @param mayBlock Whether this call may block or not.
154 bool mayBlock
/hardware/google/av/media/codecs/vpx/
DC2SoftVpxEnc.h349 static C2R BitrateSetter(bool mayBlock, C2P<C2StreamBitrateInfo::output> &me) { in BitrateSetter() argument
350 (void)mayBlock; in BitrateSetter()
358 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::input> &oldMe, in SizeSetter() argument
360 (void)mayBlock; in SizeSetter()
374 bool mayBlock, in ProfileLevelSetter() argument
376 (void)mayBlock; in ProfileLevelSetter()
386 static C2R LayeringSetter(bool mayBlock, C2P<C2StreamTemporalLayeringTuning::output>& me) { in LayeringSetter() argument
387 (void)mayBlock; in LayeringSetter()
DC2SoftVpxDec.cpp199 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter() argument
201 (void)mayBlock; in SizeSetter()
214 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter() argument
216 (void)mayBlock; in MaxPictureSizeSetter()
223 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter() argument
225 (void)mayBlock; in MaxInputSizeSetter()
232 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter() argument
234 (void)mayBlock; in ProfileLevelSetter()
240 static C2R Hdr10PlusInfoInputSetter(bool mayBlock, C2P<C2StreamHdr10PlusInfo::input> &me) { in Hdr10PlusInfoInputSetter() argument
241 (void)mayBlock; in Hdr10PlusInfoInputSetter()
[all …]
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceHelper.h315 const C2Param *value, bool mayBlock,
514 const C2Param *value, bool mayBlock __unused, bool *changed, Factory &) -> C2R {
547 const C2Param *value, bool mayBlock, bool *changed, Factory &factory) -> C2R {
563 C2R result = fn(mayBlock, oldValue, helper, factory.get(deps)...);
588 const C2Param *value, bool mayBlock, bool *changed, Factory &factory) -> C2R {
603 C2R result = fn(mayBlock, helper, factory.get(deps)...);
647 c2_blocking_t mayBlock,
666 const std::vector<C2Param*> &params, c2_blocking_t mayBlock,
675 std::vector<C2FieldSupportedValuesQuery> &fields, c2_blocking_t mayBlock) const;
/hardware/google/av/codec2/include/
DC2Component.h158 c2_blocking_t mayBlock,
218 c2_blocking_t mayBlock,
328 std::vector<C2FieldSupportedValuesQuery> &fields, c2_blocking_t mayBlock) const = 0;
387 const std::shared_ptr<Listener> &listener, c2_blocking_t mayBlock) = 0;
/hardware/google/av/codec2/tests/
DC2SampleComponent_test.cpp104 c2_blocking_t mayBlock, in config_vb() argument
108 (void)mayBlock; in config_vb()
120 c2_blocking_t mayBlock, in query_vb() argument
123 (void)mayBlock; in query_vb()
187 c2_blocking_t mayBlock) const override { in querySupportedValues_vb()
188 (void)mayBlock; in querySupportedValues_vb()
/hardware/google/av/media/codecs/mpeg2/
DC2SoftMpeg2Dec.cpp182 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter() argument
184 (void)mayBlock; in SizeSetter()
197 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter() argument
199 (void)mayBlock; in MaxPictureSizeSetter()
206 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter() argument
208 (void)mayBlock; in MaxInputSizeSetter()
214 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter() argument
216 (void)mayBlock; in ProfileLevelSetter()
222 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter() argument
223 (void)mayBlock; in DefaultColorAspectsSetter()
[all …]
/hardware/google/av/media/codecs/avc/
DC2SoftAvcDec.cpp194 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter() argument
196 (void)mayBlock; in SizeSetter()
209 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter() argument
211 (void)mayBlock; in MaxPictureSizeSetter()
218 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter() argument
220 (void)mayBlock; in MaxInputSizeSetter()
226 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter() argument
228 (void)mayBlock; in ProfileLevelSetter()
234 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter() argument
235 (void)mayBlock; in DefaultColorAspectsSetter()
[all …]
/hardware/google/av/media/codecs/hevc/
DC2SoftHevcDec.cpp190 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter() argument
192 (void)mayBlock; in SizeSetter()
205 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter() argument
207 (void)mayBlock; in MaxPictureSizeSetter()
214 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter() argument
216 (void)mayBlock; in MaxInputSizeSetter()
222 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter() argument
224 (void)mayBlock; in ProfileLevelSetter()
230 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter() argument
231 (void)mayBlock; in DefaultColorAspectsSetter()
[all …]
/hardware/google/av/codec2/faultinjection/
DC2ComponentWrapper.cpp83 const std::shared_ptr<C2Component::Listener> &listener, c2_blocking_t mayBlock) { in setListener_vb() argument
85 return mComp->setListener_vb(mListener, mayBlock); in setListener_vb()
DC2ComponentWrapper.h66 c2_blocking_t mayBlock) override;
/hardware/google/av/media/codecs/mpeg4_h263/
DC2SoftMpeg4Dec.cpp184 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter() argument
186 (void)mayBlock; in SizeSetter()
199 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter() argument
201 (void)mayBlock; in MaxPictureSizeSetter()
213 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter() argument
215 (void)mayBlock; in MaxInputSizeSetter()
221 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter() argument
223 (void)mayBlock; in ProfileLevelSetter()
DC2SoftMpeg4Enc.cpp162 static C2R BitrateSetter(bool mayBlock, C2P<C2StreamBitrateInfo::output> &me) { in BitrateSetter() argument
163 (void)mayBlock; in BitrateSetter()
171 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::input> &oldMe, in SizeSetter() argument
173 (void)mayBlock; in SizeSetter()
187 bool mayBlock, in ProfileLevelSetter() argument
189 (void)mayBlock; in ProfileLevelSetter()
/hardware/google/av/codec2/vndk/util/
DC2InterfaceHelper.cpp203 const C2Param *value, bool mayBlock, bool *changed, Factory &f, in trySet() argument
205 C2R result = mSetter(value, mayBlock, changed, f); in trySet()
336 const C2Param *value, bool mayBlock, bool *changed, Factory &f, in trySet() argument
338 return mImpl->trySet(value, mayBlock, changed, f, failures); in trySet()
591 const std::vector<C2Param*> &params, c2_blocking_t mayBlock, in config() argument
676 (!last && paramIx == ix) ? p : param->value().get(), mayBlock, in config()
733 c2_blocking_t mayBlock __unused /* TODO */, in query()
786 std::vector<C2FieldSupportedValuesQuery> &fields, c2_blocking_t mayBlock __unused) const { in querySupportedValues()
/hardware/google/av/codec2/hidl/client/include/codec2/hidl/
Dclient.h129 c2_blocking_t mayBlock,
134 c2_blocking_t mayBlock,
143 c2_blocking_t mayBlock) const;
/hardware/google/av/media/codecs/aac/
DC2SoftAacEnc.cpp112 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::output> &me) { in ProfileLevelSetter() argument
113 (void)mayBlock; in ProfileLevelSetter()
119 bool mayBlock, in MaxBufSizeCalculator() argument
122 (void)mayBlock; in MaxBufSizeCalculator()

12