Searched refs:mayBlock (Results 1 – 2 of 2) sorted by relevance
/external/v4l2_codec2/include/ |
D | 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;
|
/external/v4l2_codec2/ |
D | C2VDAComponent.cpp | 97 C2R C2VDAComponent::IntfImpl::ProfileLevelSetter(bool mayBlock, in ProfileLevelSetter() argument 99 (void)mayBlock; in ProfileLevelSetter() 106 C2R C2VDAComponent::IntfImpl::SizeSetter(bool mayBlock, in SizeSetter() argument 108 (void)mayBlock; in SizeSetter() 117 C2R C2VDAComponent::IntfImpl::DefaultColorAspectsSetter(bool mayBlock, C2P<T>& def) { in DefaultColorAspectsSetter() argument 118 (void)mayBlock; in DefaultColorAspectsSetter() 136 bool mayBlock, C2P<C2StreamColorAspectsInfo::output>& merged, in MergedColorAspectsSetter() argument 139 (void)mayBlock; in MergedColorAspectsSetter() 265 static C2R MaxSizeCalculator(bool mayBlock, C2P<C2StreamMaxBufferSizeInfo::input>& me, in IntfImpl() 267 (void)mayBlock; in IntfImpl() [all …]
|