/frameworks/av/media/codec2/hidl/1.0/utils/ |
ComponentInterface.cpp | 55 c2_blocking_t mayBlock, 58 return mIntf->config_vb(params, mayBlock, failures); 63 c2_blocking_t mayBlock, 66 return mIntf->query_vb({}, indices, mayBlock, params); 77 c2_blocking_t mayBlock) const override { 78 return mIntf->querySupportedValues_vb(fields, mayBlock);
|
InputSurface.cpp | 55 static C2R EosSetter(bool mayBlock, C2P<C2InputSurfaceEosTuning> &me) { 56 (void)mayBlock; 81 c2_blocking_t mayBlock, 84 return mIntf->query({}, indices, mayBlock, params); 89 c2_blocking_t mayBlock, 92 c2_status_t err = mIntf->config(params, mayBlock, failures); 112 c2_blocking_t mayBlock) const override { 113 return mIntf->querySupportedValues(fields, mayBlock);
|
Configurable.cpp | 60 bool mayBlock, 69 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK, 82 bool mayBlock, 98 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK, 152 bool mayBlock, 172 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK);
|
InputSurfaceConnection.cpp | 273 c2_blocking_t mayBlock, 278 c2_blocking_t mayBlock, 285 c2_blocking_t mayBlock) const override; 292 c2_blocking_t mayBlock, 299 mayBlock, 335 mayBlock == C2_MAY_BLOCK, 487 c2_blocking_t mayBlock, 491 (void)mayBlock; 498 c2_blocking_t mayBlock, 502 (void)mayBlock; [all...] |
Component.cpp | 347 c2_blocking_t mayBlock, 351 (void)mayBlock; 358 c2_blocking_t mayBlock, 362 (void)mayBlock; 376 c2_blocking_t mayBlock) const override { 378 (void)mayBlock;
|
ComponentStore.cpp | 59 c2_blocking_t mayBlock, 64 if (mayBlock == C2_DONT_BLOCK && params.size() != 0) { 72 c2_blocking_t mayBlock, 76 if (mayBlock == C2_DONT_BLOCK && indices.size() != 0) { 90 c2_blocking_t mayBlock) const override { 93 if (mayBlock == C2_DONT_BLOCK && fields.size() != 0) {
|
/frameworks/av/media/codec2/hidl/1.0/utils/include/codec2/hidl/1.0/ |
Configurable.h | 57 c2_blocking_t mayBlock, 62 c2_blocking_t mayBlock, 69 std::vector<C2FieldSupportedValuesQuery>& fields, c2_blocking_t mayBlock) const = 0; 104 bool mayBlock, 109 bool mayBlock, 119 bool mayBlock,
|
/frameworks/av/media/codec2/components/base/include/ |
SimpleC2Interface.h | 49 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; [all...] |
/frameworks/av/media/codec2/components/vpx/ |
C2SoftVpxEnc.h | 349 static C2R BitrateSetter(bool mayBlock, C2P<C2StreamBitrateInfo::output> &me) { 350 (void)mayBlock; 358 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::input> &oldMe, 360 (void)mayBlock; 374 bool mayBlock, 376 (void)mayBlock; 386 static C2R LayeringSetter(bool mayBlock, C2P<C2StreamTemporalLayeringTuning::output>& me) { 387 (void)mayBlock;
|
C2SoftVpxDec.cpp | 219 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, 221 (void)mayBlock; 234 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, 236 (void)mayBlock; 243 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, 245 (void)mayBlock; 251 static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { 252 (void)mayBlock; 268 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, 270 (void)mayBlock; [all...] |
/frameworks/av/media/codec2/faultinjection/ |
C2ComponentWrapper.cpp | 83 const std::shared_ptr<C2Component::Listener> &listener, c2_blocking_t mayBlock) { 85 return mComp->setListener_vb(mListener, mayBlock);
|
C2ComponentWrapper.h | 66 c2_blocking_t mayBlock) override;
|
/frameworks/av/media/codec2/core/include/ |
C2Component.h | 135 * \param[in] mayBlock if true (C2_MAY_BLOCK), implementation may momentarily block. 146 * \retval C2_BLOCKING the operation must block to complete but mayBlock is false 158 c2_blocking_t mayBlock, 173 * setting |mayBlock| to C2_MAY_BLOCK, that parameter shall also be skipped and a specific 193 * \param[in] mayBlock if true (C2_MAY_BLOCK), implementation may momentarily block. 210 * \retval C2_BLOCKING the operation must block to complete but mayBlock is false 218 c2_blocking_t mayBlock, 312 * \param[in] mayBlock if true (C2_MAY_BLOCK), implementation may momentarily block. 322 * \retval C2_BLOCKING the operation must block to complete but mayBlock is false 328 std::vector<C2FieldSupportedValuesQuery> &fields, c2_blocking_t mayBlock) const = 0 [all...] |
/external/v4l2_codec2/include/ |
C2VDAComponent.h | 55 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input>& info); 57 static C2R SizeSetter(bool mayBlock, C2P<C2StreamPictureSizeInfo::output>& videoSize); 60 static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<T>& def); 62 static C2R MergedColorAspectsSetter(bool mayBlock, 114 c2_blocking_t mayBlock) override;
|
/frameworks/av/media/codec2/vndk/include/util/ |
C2InterfaceHelper.h | 301 * \param mayBlock whether blocking is allowed 315 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, 657 * \param mayBlock 666 const std::vector<C2Param*> ¶ms, c2_blocking_t mayBlock, [all...] |
/frameworks/av/media/codec2/components/aom/ |
C2SoftAomDec.cpp | 162 static C2R SizeSetter(bool mayBlock, 165 (void)mayBlock; 179 bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output>& me, 181 (void)mayBlock; 190 bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input>& me, 192 (void)mayBlock; 198 static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { 199 (void)mayBlock; 215 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, 217 (void)mayBlock; [all...] |
/frameworks/av/media/codec2/tests/ |
C2SampleComponent_test.cpp | 104 c2_blocking_t mayBlock, 108 (void)mayBlock; 120 c2_blocking_t mayBlock, 123 (void)mayBlock; 187 c2_blocking_t mayBlock) const override { 188 (void)mayBlock;
|
/frameworks/av/media/codec2/components/avc/ |
C2SoftAvcDec.cpp | 200 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, 202 (void)mayBlock; 215 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, 217 (void)mayBlock; 224 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, 226 (void)mayBlock; 232 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, 234 (void)mayBlock; 240 static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { 241 (void)mayBlock; [all...] |
C2SoftAvcEnc.cpp | 204 bool mayBlock, 207 (void)mayBlock; 214 static C2R BitrateSetter(bool mayBlock, C2P<C2StreamBitrateInfo::output> &me) { 215 (void)mayBlock; 223 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::input> &oldMe, 225 (void)mayBlock; 239 bool mayBlock, 244 (void)mayBlock; 314 static C2R IntraRefreshSetter(bool mayBlock, C2P<C2StreamIntraRefreshTuning::output> &me) { 315 (void)mayBlock; [all...] |
/frameworks/av/media/codec2/components/hevc/ |
C2SoftHevcDec.cpp | 194 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, 196 (void)mayBlock; 209 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, 211 (void)mayBlock; 218 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, 220 (void)mayBlock; 226 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, 228 (void)mayBlock; 234 static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { 235 (void)mayBlock; [all...] |
/frameworks/av/media/codec2/components/mpeg2/ |
C2SoftMpeg2Dec.cpp | 182 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, 184 (void)mayBlock; 197 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, 199 (void)mayBlock; 206 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, 208 (void)mayBlock; 214 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, 216 (void)mayBlock; 222 static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { 223 (void)mayBlock; [all...] |
/frameworks/av/media/codec2/components/mpeg4_h263/ |
C2SoftMpeg4Enc.cpp | 156 static C2R BitrateSetter(bool mayBlock, C2P<C2StreamBitrateInfo::output> &me) { 157 (void)mayBlock; 165 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::input> &oldMe, 167 (void)mayBlock; 181 bool mayBlock, 183 (void)mayBlock;
|
C2SoftMpeg4Dec.cpp | 188 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, 190 (void)mayBlock; 203 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, 205 (void)mayBlock; 217 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, 219 (void)mayBlock; 225 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, 227 (void)mayBlock;
|
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/ |
client.h | 102 c2_blocking_t mayBlock, 107 c2_blocking_t mayBlock, 116 c2_blocking_t mayBlock) const;
|
/frameworks/av/media/codec2/vndk/util/ |
C2InterfaceHelper.cpp | 203 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); 591 const std::vector<C2Param*> ¶ms, c2_blocking_t mayBlock, 699 (!last && paramIx == ix) ? p : param->value().get(), mayBlock, 766 c2_blocking_t mayBlock __unused /* TODO */, 821 std::vector<C2FieldSupportedValuesQuery> &fields, c2_blocking_t mayBlock __unused) const {
|