/frameworks/av/media/codec2/tests/ |
D | C2ComponentInterface_test.cpp | 627 #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/ |
D | C2Enum.h | 57 #define _C2_GET_ENUM_VALUE(x, type_) (_C2EnumConst<typename std::underlying_type<type_>::type>)type… argument
|
D | C2Config.h | 811 : 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 …]
|
D | C2Component.h | 49 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/ |
D | Container.cpp | 179 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()
|
D | Container.h | 76 ContainerEntryType type_ = ContainerEntryType::kResTable; variable
|
/frameworks/av/media/codec2/components/hevc/ |
D | C2SoftHevcEnc.cpp | 58 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/ |
D | evdev.rs | 122 pub type_: u16, field 135 InputEvent { time: TimeVal::new(0, 0), type_: 0, code: 0, value: 0 } in default()
|
D | main.rs | 177 event.type_, in print_events()
|
/frameworks/av/media/codec2/components/avc/ |
D | C2SoftAvcEnc.cpp | 59 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/ |
D | C2SoftVpxEnc.cpp | 214 .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/ |
D | C2SoftAomEnc.cpp | 189 .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/ |
D | VtsHalMediaC2V1_0TargetVideoEncTest.cpp | 544 if (layer.type_ == C2Config::picture_type_t(P_FRAME | B_FRAME)) { in TEST_P()
|
/frameworks/av/media/codec2/sfplugin/ |
D | Codec2Buffer.cpp | 1254 if (dynamicInfo->m.type_ == C2Config::HDR_DYNAMIC_METADATA_TYPE_SMPTE_2094_40) { in SetMetadataToGralloc4Handle()
|
D | CCodecBufferChannel.cpp | 1305 && hdrDynamicInfo->m.type_ == C2Config::HDR_DYNAMIC_METADATA_TYPE_SMPTE_2094_40) { in renderOutputBuffer()
|