/frameworks/av/media/codec2/hal/aidl/ |
D | ComponentInterface.cpp | 56 c2_blocking_t mayBlock, in config() 63 err = mIntf->config_vb(params, mayBlock, failures); in config() 75 err1 = mIntf->config_vb(paramsToIntf, mayBlock, failures); in config() 103 paramsToLargeFrameIntf, mayBlock, failures); in config() 111 c2_blocking_t mayBlock, in query() 116 err = mIntf->query_vb({}, indices, mayBlock, params); in query() 130 err1 = mIntf->query_vb({}, paramsToIntf, mayBlock, params); in query() 135 {}, paramsToLargeFrameIntf, mayBlock, params); in query() 153 c2_blocking_t mayBlock) const override { in querySupportedValues() 155 return mIntf->querySupportedValues_vb(fields, mayBlock); in querySupportedValues() [all …]
|
D | Configurable.cpp | 64 bool mayBlock, in query() argument 73 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK, in query() 85 bool mayBlock, in config() argument 97 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK, in config() 150 bool mayBlock, in querySupportedValues() argument 170 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK); in querySupportedValues()
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/ |
D | ComponentInterface.cpp | 55 c2_blocking_t mayBlock, in config() 62 err = mIntf->config_vb(params, mayBlock, failures); in config() 74 err1 = mIntf->config_vb(paramsToIntf, mayBlock, failures); in config() 102 paramsToLargeFrameIntf, mayBlock, failures); in config() 110 c2_blocking_t mayBlock, in query() 115 err = mIntf->query_vb({}, indices, mayBlock, params); in query() 129 err1 = mIntf->query_vb({}, paramsToIntf, mayBlock, params); in query() 134 {}, paramsToLargeFrameIntf, mayBlock, params); in query() 152 c2_blocking_t mayBlock) const override { in querySupportedValues() 154 return mIntf->querySupportedValues_vb(fields, mayBlock); in querySupportedValues() [all …]
|
D | InputSurface.cpp | 55 static C2R EosSetter(bool mayBlock, C2P<C2InputSurfaceEosTuning> &me) { in EosSetter() argument 56 (void)mayBlock; in EosSetter() 81 c2_blocking_t mayBlock, in query() argument 84 return mIntf->query({}, indices, mayBlock, params); in query() 89 c2_blocking_t mayBlock, in config() argument 92 c2_status_t err = mIntf->config(params, mayBlock, failures); in config() 112 c2_blocking_t mayBlock) const override { in querySupportedValues() 113 return mIntf->querySupportedValues(fields, mayBlock); in querySupportedValues()
|
D | Configurable.cpp | 61 bool mayBlock, in query() argument 70 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK, in query() 83 bool mayBlock, in config() argument 99 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK, in config() 153 bool mayBlock, in querySupportedValues() argument 173 mayBlock ? C2_MAY_BLOCK : C2_DONT_BLOCK); in querySupportedValues()
|
D | InputSurfaceConnection.cpp | 275 c2_blocking_t mayBlock, 280 c2_blocking_t mayBlock, 287 c2_blocking_t mayBlock) const override; 294 c2_blocking_t mayBlock, in queryFromSink() 301 mayBlock, in queryFromSink() 337 mayBlock == C2_MAY_BLOCK, in queryFromSink() 489 c2_blocking_t mayBlock, in config() argument 493 (void)mayBlock; in config() 500 c2_blocking_t mayBlock, in query() argument 504 (void)mayBlock; in query() [all …]
|
/frameworks/av/media/codec2/components/base/include/ |
D | SimpleC2Interface.h | 49 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() 214 bool mayBlock, C2InterfaceHelper::C2P<type> &me) { in NonStrictValuesWithNoDeps() 215 (void)mayBlock; in NonStrictValuesWithNoDeps() [all …]
|
/frameworks/av/media/codec2/hal/hidl/1.0/utils/include/codec2/hidl/1.0/ |
D | Configurable.h | 57 c2_blocking_t mayBlock, 62 c2_blocking_t mayBlock, 69 std::vector<C2FieldSupportedValuesQuery>& fields, c2_blocking_t mayBlock) const = 0; 119 bool mayBlock, 124 bool mayBlock, 134 bool mayBlock,
|
/frameworks/av/media/codec2/hal/aidl/include/codec2/aidl/ |
D | Configurable.h | 51 c2_blocking_t mayBlock, 56 c2_blocking_t mayBlock, 63 std::vector<C2FieldSupportedValuesQuery>& fields, c2_blocking_t mayBlock) const = 0; 113 bool mayBlock, 118 bool mayBlock, 128 bool mayBlock,
|
/frameworks/av/media/codec2/components/vpx/ |
D | C2SoftVpxEnc.h | 245 static C2R BitrateSetter(bool mayBlock, C2P<C2StreamBitrateInfo::output> &me); 247 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::input> &oldMe, 250 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::output>& me, 255 static C2R LayeringSetter(bool mayBlock, C2P<C2StreamTemporalLayeringTuning::output>& me); 257 static C2R PictureQuantizationSetter(bool mayBlock, 283 static C2R ColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input> &me); 284 static C2R CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::output> &me,
|
D | C2SoftVpxDec.cpp | 241 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter() argument 243 (void)mayBlock; in SizeSetter() 256 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter() argument 258 (void)mayBlock; in MaxPictureSizeSetter() 265 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter() argument 267 (void)mayBlock; in MaxInputSizeSetter() 274 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter() argument 275 (void)mayBlock; in DefaultColorAspectsSetter() 291 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter() argument 293 (void)mayBlock; in ProfileLevelSetter() [all …]
|
D | C2SoftVpxEnc.cpp | 225 C2R C2SoftVpxEnc::IntfImpl::BitrateSetter(bool mayBlock, C2P<C2StreamBitrateInfo::output> &me) { in BitrateSetter() argument 226 (void)mayBlock; in BitrateSetter() 234 C2R C2SoftVpxEnc::IntfImpl::SizeSetter(bool mayBlock, in SizeSetter() argument 237 (void)mayBlock; in SizeSetter() 250 C2R C2SoftVpxEnc::IntfImpl::ProfileLevelSetter(bool mayBlock, in ProfileLevelSetter() argument 255 (void)mayBlock; in ProfileLevelSetter() 332 C2R C2SoftVpxEnc::IntfImpl::LayeringSetter(bool mayBlock, in LayeringSetter() argument 334 (void)mayBlock; in LayeringSetter() 358 bool mayBlock, C2P<C2StreamPictureQuantizationTuning::output>& me) { in PictureQuantizationSetter() argument 359 (void)mayBlock; in PictureQuantizationSetter() [all …]
|
/frameworks/av/media/codec2/components/aom/ |
D | C2SoftAomEnc.h | 121 static C2R BitrateSetter(bool mayBlock, C2P<C2StreamBitrateInfo::output>& me); 123 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::input>& oldMe, 126 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::output>& me, 130 static C2R PictureQuantizationSetter(bool mayBlock, 160 static C2R ColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input>& me); 161 static C2R CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::output>& me,
|
D | C2SoftAomDec.cpp | 165 static C2R SizeSetter(bool mayBlock, in SizeSetter() argument 168 (void)mayBlock; in SizeSetter() 182 bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output>& me, in MaxPictureSizeSetter() argument 184 (void)mayBlock; in MaxPictureSizeSetter() 193 bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input>& me, in MaxInputSizeSetter() argument 195 (void)mayBlock; in MaxInputSizeSetter() 201 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter() argument 202 (void)mayBlock; in DefaultColorAspectsSetter() 218 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter() argument 220 (void)mayBlock; in ProfileLevelSetter() [all …]
|
/frameworks/av/media/codec2/hal/plugin/ |
D | FilterWrapper.cpp | 146 c2_blocking_t mayBlock, in query_vb() argument 181 stackParamsForFilter, heapParamIndicesForFilter, mayBlock, in query_vb() 219 stackParamsForIntf, heapParamIndicesForIntf, mayBlock, &heapParamsForIntf); in query_vb() 238 c2_blocking_t mayBlock, in config_vb() argument 250 c2_status_t err = mIntf->config_vb(paramsForIntf, mayBlock, failures); in config_vb() 259 transferParams_l(mIntf, mFilters[0].intf, mayBlock); in config_vb() 261 transferParams_l(mFilters[i - 1].intf, mFilters[i].intf, mayBlock); in config_vb() 276 c2_status_t err = filter->config_vb(paramsForFilter, mayBlock, &filterFailures); in config_vb() 286 backPropagateParams_l(mIntf, mFilters[0].intf, mayBlock); in config_vb() 288 backPropagateParams_l(mFilters[i - 2].intf, mFilters[i - 1].intf, mayBlock); in config_vb() [all …]
|
/frameworks/av/media/codec2/hal/plugin/samples/ |
D | SampleFilterPlugin.cpp | 76 c2_blocking_t mayBlock, in query_vb() argument 78 return mHelper.query(stackParams, heapParamIndices, mayBlock, heapParams); in query_vb() 82 c2_blocking_t mayBlock, in config_vb() argument 84 return mHelper.config(params, mayBlock, failures); in config_vb() 92 c2_blocking_t mayBlock) const override { in querySupportedValues_vb() 93 return mHelper.querySupportedValues(fields, mayBlock); in querySupportedValues_vb() 304 bool mayBlock, in OutputBlockPoolSetter() 306 (void)mayBlock, (void)me; in OutputBlockPoolSetter() 311 bool mayBlock, in HdrStaticInfoSetter() 313 (void)mayBlock, (void)me; in HdrStaticInfoSetter() [all …]
|
/frameworks/av/media/codec2/components/dav1d/ |
D | C2SoftDav1dDec.cpp | 260 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output>& oldMe, in SizeSetter() argument 262 (void)mayBlock; in SizeSetter() 275 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output>& me, in MaxPictureSizeSetter() argument 277 (void)mayBlock; in MaxPictureSizeSetter() 285 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input>& me, in MaxInputSizeSetter() argument 287 (void)mayBlock; in MaxInputSizeSetter() 295 static C2R DefaultColorAspectsSetter(bool mayBlock, in DefaultColorAspectsSetter() argument 297 (void)mayBlock; in DefaultColorAspectsSetter() 313 static C2R CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input>& me) { in CodedColorAspectsSetter() argument 314 (void)mayBlock; in CodedColorAspectsSetter() [all …]
|
/frameworks/av/media/codec2/vndk/include/util/ |
D | C2InterfaceHelper.h | 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, 666 const std::vector<C2Param*> ¶ms, c2_blocking_t mayBlock, 675 std::vector<C2FieldSupportedValuesQuery> &fields, c2_blocking_t mayBlock) const;
|
/frameworks/av/media/codec2/core/include/ |
D | C2Component.h | 158 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;
|
/frameworks/av/media/codec2/components/gav1/ |
D | C2SoftGav1Dec.cpp | 249 static C2R SizeSetter(bool mayBlock, in SizeSetter() argument 252 (void)mayBlock; in SizeSetter() 266 bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter() argument 268 (void)mayBlock; in MaxPictureSizeSetter() 277 bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter() argument 279 (void)mayBlock; in MaxInputSizeSetter() 287 bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter() argument 288 (void)mayBlock; in DefaultColorAspectsSetter() 304 static C2R CodedColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsInfo::input> &me) { in CodedColorAspectsSetter() argument 305 (void)mayBlock; in CodedColorAspectsSetter() [all …]
|
/frameworks/av/media/codec2/tests/ |
D | C2SampleComponent_test.cpp | 104 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()
|
/frameworks/av/media/codec2/hal/client/include/codec2/hidl/ |
D | client.h | 132 c2_blocking_t mayBlock, 137 c2_blocking_t mayBlock, 146 c2_blocking_t mayBlock) const = 0; 157 c2_blocking_t mayBlock, 162 c2_blocking_t mayBlock, 171 c2_blocking_t mayBlock) const;
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcEnc.cpp | 264 bool mayBlock, in InputDelaySetter() argument 267 (void)mayBlock; in InputDelaySetter() 274 static C2R BitrateSetter(bool mayBlock, in BitrateSetter() argument 276 (void)mayBlock; in BitrateSetter() 284 static C2R SizeSetter(bool mayBlock, in SizeSetter() argument 287 (void)mayBlock; in SizeSetter() 301 bool mayBlock, in ProfileLevelSetter() argument 306 (void)mayBlock; in ProfileLevelSetter() 375 static C2R GopSetter(bool mayBlock, C2P<C2StreamGopTuning::output> &me) { in GopSetter() argument 376 (void)mayBlock; in GopSetter() [all …]
|
/frameworks/av/media/codec2/components/mpeg2/ |
D | C2SoftMpeg2Dec.cpp | 192 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter() argument 194 (void)mayBlock; in SizeSetter() 207 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter() argument 209 (void)mayBlock; in MaxPictureSizeSetter() 216 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter() argument 218 (void)mayBlock; in MaxInputSizeSetter() 225 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter() argument 227 (void)mayBlock; in ProfileLevelSetter() 233 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter() argument 234 (void)mayBlock; in DefaultColorAspectsSetter() [all …]
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcDec.cpp | 209 static C2R SizeSetter(bool mayBlock, const C2P<C2StreamPictureSizeInfo::output> &oldMe, in SizeSetter() argument 211 (void)mayBlock; in SizeSetter() 224 static C2R MaxPictureSizeSetter(bool mayBlock, C2P<C2StreamMaxPictureSizeTuning::output> &me, in MaxPictureSizeSetter() argument 226 (void)mayBlock; in MaxPictureSizeSetter() 233 static C2R MaxInputSizeSetter(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input> &me, in MaxInputSizeSetter() argument 235 (void)mayBlock; in MaxInputSizeSetter() 242 static C2R ProfileLevelSetter(bool mayBlock, C2P<C2StreamProfileLevelInfo::input> &me, in ProfileLevelSetter() argument 244 (void)mayBlock; in ProfileLevelSetter() 250 … static C2R DefaultColorAspectsSetter(bool mayBlock, C2P<C2StreamColorAspectsTuning::output> &me) { in DefaultColorAspectsSetter() argument 251 (void)mayBlock; in DefaultColorAspectsSetter() [all …]
|