Searched defs:mayBlock (Results 1 - 17 of 17) sorted by relevance

/hardware/google/av/codec2/1.0/mts/component/
H A DMtsHalC2V1_0TargetComponentTest.cpp151 bool mayBlock = false; local
154 inFields, mayBlock,
168 mComponent->query(indices, mayBlock,
178 inParams, mayBlock,
/hardware/google/av/codec2/hidl/1.0/utils/
H A DConfigurable.cpp55 bool mayBlock,
64 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK,
76 bool mayBlock,
91 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK,
132 bool mayBlock,
152 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK);
53 query( const hidl_vec<uint32_t>& indices, bool mayBlock, query_cb _hidl_cb) argument
74 config( const hidl_vec<uint8_t>& inParams, bool mayBlock, config_cb _hidl_cb) argument
130 querySupportedValues( const hidl_vec<FieldSupportedValuesQuery>& inFields, bool mayBlock, querySupportedValues_cb _hidl_cb) argument
H A DComponent.cpp51 c2_blocking_t mayBlock,
55 return mIntf->config_vb(params, mayBlock, failures);
60 c2_blocking_t mayBlock,
64 return mIntf->query_vb({}, indices, mayBlock, params);
76 c2_blocking_t mayBlock) const override {
78 return mIntf->querySupportedValues_vb(fields, mayBlock);
287 c2_blocking_t mayBlock,
291 (void)mayBlock; variable
298 c2_blocking_t mayBlock,
302 (void)mayBlock; variable
318 (void)mayBlock; variable
[all...]
H A DInputSurface.cpp55 static C2R EosSetter(bool mayBlock, C2P<C2InputSurfaceEosTuning> &me) { argument
56 (void)mayBlock;
82 c2_blocking_t mayBlock,
84 return mImpl->query({}, indices, mayBlock, params);
89 c2_blocking_t mayBlock,
91 c2_status_t err = mImpl->config(params, mayBlock, failures);
110 c2_blocking_t mayBlock) const override {
111 return mImpl->querySupportedValues(fields, mayBlock);
/hardware/google/av/codec2/tests/
H A DC2SampleComponent_test.cpp104 c2_blocking_t mayBlock,
108 (void)mayBlock; variable
120 c2_blocking_t mayBlock,
123 (void)mayBlock; variable
187 c2_blocking_t mayBlock) const override {
188 (void)mayBlock; variable
/hardware/google/av/media/codecs/base/
H A DSimpleC2Component.cpp75 const std::shared_ptr<C2Component::Listener> &listener, c2_blocking_t mayBlock) {
80 } else if (!mayBlock) {
74 setListener_vb( const std::shared_ptr<C2Component::Listener> &listener, c2_blocking_t mayBlock) argument
/hardware/google/av/media/codecs/base/include/
H A DSimpleC2Interface.h49 c2_blocking_t mayBlock,
51 return mImpl->query(stackParams, heapParamIndices, mayBlock, heapParams);
55 c2_blocking_t mayBlock,
57 return mImpl->config(params, mayBlock, failures);
67 c2_blocking_t mayBlock) const override {
68 return mImpl->querySupportedValues(fields, mayBlock);
207 bool mayBlock, C2InterfaceHelper::C2P<type> &me) {
208 (void)mayBlock;
213 bool mayBlock, C2InterfaceHelper::C2P<type> &me) {
214 (void)mayBlock;
206 NonStrictValueWithNoDeps( bool mayBlock, C2InterfaceHelper::C2P<type> &me) argument
212 NonStrictValuesWithNoDeps( bool mayBlock, C2InterfaceHelper::C2P<type> &me) argument
222 StrictValueWithNoDeps( bool mayBlock, const C2InterfaceHelper::C2P<type> &old, C2InterfaceHelper::C2P<type> &me) argument
[all...]
/hardware/google/av/media/codecs/mpeg4_h263/
H A DC2SoftMpeg4Enc.cpp116 static C2R SizeSetter(bool mayBlock, argument
118 (void)mayBlock;
H A DC2SoftMpeg4Dec.cpp147 static C2R SizeSetter(bool mayBlock, const C2P<C2VideoSizeStreamInfo::output> &oldMe, argument
149 (void)mayBlock;
162 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, argument
164 (void)mayBlock;
/hardware/google/av/media/codecs/vpx/
H A DC2SoftVpxDec.cpp132 static C2R SizeSetter(bool mayBlock, const C2P<C2VideoSizeStreamInfo::output> &oldMe, argument
134 (void)mayBlock;
147 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, argument
149 (void)mayBlock;
H A DC2SoftVpxEnc.h299 static C2R SizeSetter(bool mayBlock, argument
301 (void)mayBlock;
/hardware/google/av/codec2/hidl/client/
H A Dclient.cpp119 c2_blocking_t mayBlock,
143 mayBlock == C2_MAY_BLOCK,
211 c2_blocking_t mayBlock,
222 mayBlock == C2_MAY_BLOCK,
288 c2_blocking_t mayBlock) const {
301 mayBlock == C2_MAY_BLOCK,
116 query( const std::vector<C2Param*> &stackParams, const std::vector<C2Param::Index> &heapParamIndices, c2_blocking_t mayBlock, std::vector<std::unique_ptr<C2Param>>* const heapParams) const argument
209 config( const std::vector<C2Param*> &params, c2_blocking_t mayBlock, std::vector<std::unique_ptr<C2SettingResult>>* const failures) argument
/hardware/google/av/codec2/vndk/util/
H A DC2InterfaceHelper.cpp203 const C2Param *value, bool mayBlock, bool *changed, Factory &f,
205 C2R result = mSetter(value, mayBlock, changed, f);
336 const C2Param *value, bool mayBlock, bool *changed, Factory &f,
338 return mImpl->trySet(value, mayBlock, changed, f, failures);
585 const std::vector<C2Param*> &params, c2_blocking_t mayBlock,
669 (!last && paramIx == ix) ? p : param->value().get(), mayBlock,
726 c2_blocking_t mayBlock __unused /* TODO */,
777 std::vector<C2FieldSupportedValuesQuery> &fields, c2_blocking_t mayBlock __unused) const {
202 trySet( const C2Param *value, bool mayBlock, bool *changed, Factory &f, std::vector<std::unique_ptr<C2SettingResult>>* const failures) argument
335 trySet( const C2Param *value, bool mayBlock, bool *changed, Factory &f, std::vector<std::unique_ptr<C2SettingResult>>* const failures) argument
584 config( const std::vector<C2Param*> &params, c2_blocking_t mayBlock, std::vector<std::unique_ptr<C2SettingResult>>* const failures, bool updateParams, std::vector<std::shared_ptr<C2Param>> *changes __unused ) argument
/hardware/google/av/media/codecs/avc/
H A DC2SoftAvcDec.cpp207 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, argument
209 (void)mayBlock;
222 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, argument
224 (void)mayBlock;
231 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, argument
233 (void)mayBlock;
239 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, argument
241 (void)mayBlock;
247 static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::input> &me) { argument
248 (void)mayBlock;
254 CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input> &me) argument
261 ColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::output> &me, const C2P<C2StreamColorAspectsTuning::input> &def, const C2P<C2StreamColorAspectsInfo::input> &coded) argument
274 VuiRotationSetter(bool mayBlock, C2P<C2StreamRotationInfo::input> &me) argument
281 RotationSetter(bool mayBlock, C2P<C2StreamRotationInfo::output> &me, const C2P<C2StreamRotationInfo::input> &vui) argument
[all...]
H A DC2SoftAvcEnc.cpp101 static C2R SizeSetter(bool mayBlock, C2P<C2VideoSizeStreamTuning::input> &me) { argument
102 (void)mayBlock;
/hardware/google/av/media/codecs/hevc/
H A DC2SoftHevcDec.cpp184 static C2R SizeSetter(bool mayBlock, const C2P<C2VideoSizeStreamInfo::output> &oldMe, argument
186 (void)mayBlock;
199 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, argument
201 (void)mayBlock;
207 static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::input> &me) { argument
208 (void)mayBlock;
214 static C2R CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input> &me) { argument
215 (void)mayBlock;
221 static C2R ColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::output> &me, argument
224 (void)mayBlock;
234 VuiRotationSetter(bool mayBlock, C2P<C2StreamRotationInfo::input> &me) argument
241 RotationSetter(bool mayBlock, C2P<C2StreamRotationInfo::output>& me, const C2P<C2StreamRotationInfo::input>& vui) argument
[all...]
/hardware/google/av/media/codecs/mpeg2/
H A DC2SoftMpeg2Dec.cpp162 static C2R SizeSetter(bool mayBlock, const C2P<C2VideoSizeStreamInfo::output> &oldMe, argument
164 (void)mayBlock;
177 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, argument
179 (void)mayBlock;
185 static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::input> &me) { argument
186 (void)mayBlock;
192 static C2R CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input> &me) { argument
193 (void)mayBlock;
199 static C2R ColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::output> &me, argument
202 (void)mayBlock;
[all...]

Completed in 196 milliseconds