Home
last modified time | relevance | path

Searched refs:C2SupportedFlags (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/av/media/codec2/vndk/include/util/
H A DC2InterfaceUtils.h342 class C2SupportedFlags {
352 static inline C2SupportedFlags<T> None() {
363 return C2SupportedFlags(min, flags);
373 return C2SupportedFlags(min, flags);
382 C2SupportedFlags<T>(const C2FieldSupportedValues &values) {
407 C2SupportedFlags<T> limitedTo(const C2SupportedFlags<T> &limit) const;
439 C2SupportedFlags(std::vector<C2Value::Primitive> &&values)
448 C2SupportedFlags(T min, const std::vector<T> &flags) {
460 C2SupportedFlags(T min, const std::initializer_list<T> flags) {
767 return limitTo(C2SupportedFlags<T>::Flags(flags, min));
[all …]
/aosp12/frameworks/av/media/codec2/vndk/util/
H A DC2Debug.cpp184 std::ostream& operator<<(std::ostream& os, const C2SupportedFlags<T> &i) { in operator <<()
201 template std::ostream& operator<<(std::ostream& os, const C2SupportedFlags<char> &i);
202 template std::ostream& operator<<(std::ostream& os, const C2SupportedFlags<uint8_t> &i);
203 template std::ostream& operator<<(std::ostream& os, const C2SupportedFlags<int32_t> &i);
204 template std::ostream& operator<<(std::ostream& os, const C2SupportedFlags<uint32_t> &i);
206 template std::ostream& operator<<(std::ostream& os, const C2SupportedFlags<int64_t> &i);
207 template std::ostream& operator<<(std::ostream& os, const C2SupportedFlags<uint64_t> &i);
209 template std::ostream& operator<<(std::ostream& os, const C2SupportedFlags<float> &i);
244 C2SupportedFlags<ValueType> _mFlags;
H A DC2InterfaceUtils.cpp171 C2SupportedFlags<float> C2SupportedFlags<float>::limitedTo(const C2SupportedFlags<float> &limit) co… in limitedTo()
177 float C2SupportedFlags<float>::min() const { in min()
214 C2SupportedFlags<T> C2SupportedFlags<T>::limitedTo(const C2SupportedFlags<T> &limit) const { in limitedTo()
241 T C2SupportedFlags<T>::min() const { in min()
249 template class C2SupportedFlags<uint8_t>; variable
250 template class C2SupportedFlags<char>; variable
251 template class C2SupportedFlags<int32_t>; variable
252 template class C2SupportedFlags<uint32_t>; variable
254 template class C2SupportedFlags<int64_t>; variable
255 template class C2SupportedFlags<uint64_t>; variable
[all …]