Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 15 of 15) sorted by relevance

/frameworks/av/media/codec2/tests/
DC2ComponentInterface_test.cpp627 #define EACH_TEST_SELF(type_, test_name) EACH_TEST(type_, type_, test_name) argument
628 #define EACH_TEST_INPUT(type_, test_name) EACH_TEST(type_::input, type_, test_name) argument
629 #define EACH_TEST_OUTPUT(type_, test_name) EACH_TEST(type_::output, type_, test_name) argument
/frameworks/av/media/codec2/core/include/
DC2Enum.h57 #define _C2_GET_ENUM_VALUE(x, type_) (_C2EnumConst<typename std::underlying_type<type_>::type>)type… argument
DC2Config.h811 : type_(INFO_NONE) { } in C2SupplementalDataStruct()
815 : type_(type) { in C2SupplementalDataStruct()
819 C2Config::supplemental_info_t type_; member
823 C2FIELD(type_, "type")
1734 : type_(type) { in C2HdrDynamicMetadataStruct()
1738 C2Config::hdr_dynamic_metadata_type_t type_; member
1742 C2FIELD(type_, "type")
1887 C2GopLayerStruct() : type_((C2Config::picture_type_t)0), count(0) {} in C2GopLayerStruct()
1889 : type_(type), count(count_) { } in C2GopLayerStruct()
1891 C2Config::picture_type_t type_; member
[all …]
DC2Component.h49 C2FieldSupportedValuesQuery(const C2ParamField &field_, type_t type_) in C2FieldSupportedValuesQuery()
50 : _mField(field_), _mType(type_), status(C2_NO_INIT) { } in C2FieldSupportedValuesQuery()
/frameworks/base/tools/aapt2/format/
DContainer.cpp179 return type_; in Type()
184 CHECK(type_ == ContainerEntryType::kResTable) << "reading a kResTable when the type is kResFile"; in GetResTable()
204 CHECK(type_ == ContainerEntryType::kResFile) << "reading a kResFile when the type is kResTable"; in GetResFileOffsets()
340 entry_.type_ = static_cast<ContainerEntryType>(entry_type); in Next()
DContainer.h76 ContainerEntryType type_ = ContainerEntryType::kResTable; variable
/frameworks/av/media/codec2/components/hevc/
DC2SoftHevcEnc.cpp58 if ((layer.type_ & I_FRAME) == 0) { in ParseGop()
65 if (layer.type_ == C2Config::picture_type_t(P_FRAME | B_FRAME) && maxBframes) { in ParseGop()
97 .withFields({C2F(mGop, m.values[0].type_).any(), in IntfImpl()
253 .withFields({C2F(mPictureQuantization, m.values[0].type_).oneOf( in IntfImpl()
379 if (layer.type_ == C2Config::picture_type_t(P_FRAME | B_FRAME) in GopSetter()
499 if (layer.type_ == C2Config::picture_type_t(I_FRAME)) { in PictureQuantizationSetter()
503 } else if (layer.type_ == C2Config::picture_type_t(P_FRAME)) { in PictureQuantizationSetter()
507 } else if (layer.type_ == C2Config::picture_type_t(B_FRAME)) { in PictureQuantizationSetter()
527 if (layer.type_ == C2Config::picture_type_t(I_FRAME) || in PictureQuantizationSetter()
528 layer.type_ == C2Config::picture_type_t(P_FRAME) || in PictureQuantizationSetter()
[all …]
/frameworks/native/cmds/evemu-record/
Devdev.rs122 pub type_: u16, field
135 InputEvent { time: TimeVal::new(0, 0), type_: 0, code: 0, value: 0 } in default()
Dmain.rs177 event.type_, in print_events()
/frameworks/av/media/codec2/components/avc/
DC2SoftAvcEnc.cpp59 if ((layer.type_ & I_FRAME) == 0) { in ParseGop()
66 if (layer.type_ == C2Config::picture_type_t(P_FRAME | B_FRAME) && maxBframes) { in ParseGop()
121 .withFields({C2F(mGop, m.values[0].type_).any(), in IntfImpl()
130 .withFields({C2F(mPictureQuantization, m.values[0].type_).oneOf( in IntfImpl()
398 if (layer.type_ == C2Config::picture_type_t(P_FRAME | B_FRAME) in GopSetter()
418 if (layer.type_ == C2Config::picture_type_t(I_FRAME)) { in PictureQuantizationSetter()
422 } else if (layer.type_ == C2Config::picture_type_t(P_FRAME)) { in PictureQuantizationSetter()
426 } else if (layer.type_ == C2Config::picture_type_t(B_FRAME)) { in PictureQuantizationSetter()
449 if (layer.type_ == C2Config::picture_type_t(I_FRAME)) { in PictureQuantizationSetter()
453 if (layer.type_ == C2Config::picture_type_t(P_FRAME)) { in PictureQuantizationSetter()
[all …]
/frameworks/av/media/codec2/components/vpx/
DC2SoftVpxEnc.cpp214 .withFields({C2F(mPictureQuantization, m.values[0].type_).oneOf( in IntfImpl()
368 if (layer.type_ == C2Config::picture_type_t(I_FRAME)) { in PictureQuantizationSetter()
372 } else if (layer.type_ == C2Config::picture_type_t(P_FRAME)) { in PictureQuantizationSetter()
391 if (layer.type_ == C2Config::picture_type_t(I_FRAME)) { in PictureQuantizationSetter()
395 else if (layer.type_ == C2Config::picture_type_t(P_FRAME)) { in PictureQuantizationSetter()
548 if (layer.type_ == C2Config::picture_type_t(I_FRAME)) { in initEncoder()
/frameworks/av/media/codec2/components/aom/
DC2SoftAomEnc.cpp189 .withFields({C2F(mPictureQuantization, m.values[0].type_).oneOf( in IntfImpl()
340 if (layer.type_ == C2Config::picture_type_t(I_FRAME)) { in PictureQuantizationSetter()
344 } else if (layer.type_ == C2Config::picture_type_t(P_FRAME)) { in PictureQuantizationSetter()
363 if (layer.type_ == C2Config::picture_type_t(I_FRAME)) { in PictureQuantizationSetter()
367 else if (layer.type_ == C2Config::picture_type_t(P_FRAME)) { in PictureQuantizationSetter()
650 if (layer.type_ == C2Config::picture_type_t(I_FRAME)) { in initEncoder()
/frameworks/av/media/codec2/hal/hidl/1.0/vts/functional/video/
DVtsHalMediaC2V1_0TargetVideoEncTest.cpp544 if (layer.type_ == C2Config::picture_type_t(P_FRAME | B_FRAME)) { in TEST_P()
/frameworks/av/media/codec2/sfplugin/
DCodec2Buffer.cpp1254 if (dynamicInfo->m.type_ == C2Config::HDR_DYNAMIC_METADATA_TYPE_SMPTE_2094_40) { in SetMetadataToGralloc4Handle()
DCCodecBufferChannel.cpp1305 && hdrDynamicInfo->m.type_ == C2Config::HDR_DYNAMIC_METADATA_TYPE_SMPTE_2094_40) { in renderOutputBuffer()