Home
last modified time | relevance | path

Searched refs:kSwitch (Results 1 – 25 of 42) sorted by relevance

12

/external/webrtc/modules/video_coding/codecs/av1/
Dscalability_structure_l3t3.cc25 constexpr auto kSwitch = DecodeTargetIndication::kSwitch; variable
30 {kSwitch, kSwitch, kSwitch, // S0
31 kSwitch, kSwitch, kSwitch, // S1
32 kSwitch, kSwitch, kSwitch}, // S2
35 kSwitch, kSwitch, kSwitch, // S1
36 kSwitch, kSwitch, kSwitch}, // S2
40 kSwitch, kSwitch, kSwitch}, // S2
54 {kNotPresent, kDiscardable, kSwitch, // S0
59 kNotPresent, kDiscardable, kSwitch, // S1
64 kNotPresent, kDiscardable, kSwitch}, // S2
[all …]
Dscalability_structure_l2t2_key_shift.cc25 constexpr auto kSwitch = DecodeTargetIndication::kSwitch; variable
28 {kSwitch, kSwitch, kSwitch, kSwitch}, // kKey, S0T0
29 {kNotPresent, kNotPresent, kSwitch, kSwitch}, // kKey, S1T0
30 {kSwitch, kSwitch, kNotPresent, kNotPresent}, // kDelta0, S0T0
33 {kNotPresent, kNotPresent, kSwitch, kSwitch}, // kDelta1, S1T0
Dscalability_structure_l2t2_key.cc25 constexpr auto kSwitch = DecodeTargetIndication::kSwitch; variable
29 {kSwitch, kSwitch, kSwitch, kSwitch}, // kKey, S0
30 {kNotPresent, kNotPresent, kSwitch, kSwitch}, // kKey, S1
33 {kSwitch, kSwitch, kNotPresent, kNotPresent}, // kDeltaT0, S0
34 {kNotPresent, kNotPresent, kSwitch, kSwitch}, // kDeltaT0, S1
Dscalability_structure_l2t2.cc25 constexpr auto kSwitch = DecodeTargetIndication::kSwitch; variable
30 {kSwitch, kSwitch, kSwitch, kSwitch}, // kKey, S0
31 {kNotPresent, kNotPresent, kSwitch, kSwitch}, // kKey, S1
34 {kSwitch, kSwitch, kRequired, kRequired}, // kDeltaT0, S0
35 {kNotPresent, kNotPresent, kSwitch, kSwitch}, // kDeltaT0, S1
Dscalability_structure_l3t1.cc24 constexpr auto kSwitch = DecodeTargetIndication::kSwitch; variable
28 {kSwitch, kSwitch, kSwitch}, // Key, S0
29 {kNotPresent, kSwitch, kSwitch}, // Key, S1
30 {kNotPresent, kNotPresent, kSwitch}, // Key and Delta, S2
31 {kSwitch, kRequired, kRequired}, // Delta, S0
32 {kNotPresent, kSwitch, kRequired}, // Delta, S1
Dscalability_structure_l1t2.cc25 constexpr auto kSwitch = DecodeTargetIndication::kSwitch; variable
28 {kSwitch, kSwitch}, // KeyFrame
30 {kSwitch, kSwitch}, // DeltaFrame T0
Dscalability_structure_l2t1_key.cc24 constexpr auto kSwitch = DecodeTargetIndication::kSwitch; variable
27 {kSwitch, kSwitch}, // Key, S0
28 {kSwitch, kNotPresent}, // Delta, S0
29 {kNotPresent, kSwitch}, // Key and Delta, S1
Dscalability_structure_l2t1.cc24 constexpr auto kSwitch = DecodeTargetIndication::kSwitch; variable
28 {kSwitch, kSwitch}, // Key, S0
29 {kNotPresent, kSwitch}, // Key, S1
30 {kSwitch, kRequired}, // Delta, S0
Dscalability_structure_l1t3.cc25 constexpr auto kSwitch = DecodeTargetIndication::kSwitch; variable
28 {kSwitch, kSwitch, kSwitch}, // T0
29 {kNotPresent, kDiscardable, kSwitch}, // T1
Dscalability_structure_s2t1.cc24 constexpr auto kSwitch = DecodeTargetIndication::kSwitch; variable
27 {kSwitch, kNotPresent}, // S0
28 {kNotPresent, kSwitch}, // S1
Dscalable_video_controller_no_layering.cc36 a_template.decode_target_indications = {DecodeTargetIndication::kSwitch}; in DependencyStructure()
63 frame_info->decode_target_indications = {DecodeTargetIndication::kSwitch}; in OnEncodeDone()
Dscalability_structure_unittest.cc253 DecodeTargetIndication::kSwitch) { in TEST_P()
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video_unittest.cc514 generic.decode_target_indications = {DecodeTargetIndication::kSwitch, in TEST_P()
515 DecodeTargetIndication::kSwitch}; in TEST_P()
579 generic.decode_target_indications = {DecodeTargetIndication::kSwitch, in TEST_P()
580 DecodeTargetIndication::kSwitch}; in TEST_P()
613 generic.decode_target_indications = {DecodeTargetIndication::kSwitch, in TEST_P()
614 DecodeTargetIndication::kSwitch}; in TEST_P()
652 generic.decode_target_indications = {DecodeTargetIndication::kSwitch, in TEST_P()
653 DecodeTargetIndication::kSwitch}; in TEST_P()
680 generic.decode_target_indications = {DecodeTargetIndication::kSwitch, in TEST_P()
681 DecodeTargetIndication::kSwitch}; in TEST_P()
[all …]
/external/webrtc/api/video/
Dvideo_frame_metadata_unittest.cc105 generic.decode_target_indications = {DecodeTargetIndication::kSwitch}; in TEST()
108 ElementsAre(DecodeTargetIndication::kSwitch)); in TEST()
/external/webrtc/modules/video_coding/codecs/vp8/
Dscreenshare_layers.cc39 constexpr auto kSwitch = DecodeTargetIndication::kSwitch; variable
323 generic_frame_info.decode_target_indications = {kSwitch}; in OnEncodeDone()
347 generic_frame_info.decode_target_indications = {kSwitch, kSwitch}; in OnEncodeDone()
/external/webrtc/video/
Drtp_video_stream_receiver_frame_transformer_delegate_unittest.cc144 generic.decode_target_indications = {DecodeTargetIndication::kSwitch}; in TEST()
164 ElementsAre(DecodeTargetIndication::kSwitch)); in TEST()
/external/webrtc/api/transport/rtp/
Ddependency_descriptor.cc43 indication = DecodeTargetIndication::kSwitch; in StringToDecodeTargetIndications()
Ddependency_descriptor.h52 kSwitch = 2, // DecodeTargetInfo symbol 'S' enumerator
/external/skia/include/private/
DSkSLStatement.h33 kSwitch, enumerator
/external/skia/src/sksl/ir/
DSkSLSwitchStatement.h27 static constexpr Kind kStatementKind = Kind::kSwitch;
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_tensorflow_switch.cc34 if (switch_op->type != OperatorType::kSwitch) { in Run()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.h68 kSwitch = 1, enumerator
/external/skia/src/sksl/
DSkSLASTNode.h114 kSwitch, enumerator
359 case Kind::kSwitch: in ASTNode()
DSkSLASTNode.cpp190 case Kind::kSwitch: { in description()
DSkSLAnalysis.cpp404 case Statement::Kind::kSwitch: { in visitStatement()
490 case Statement::Kind::kSwitch: { in visitStatement()
1264 case Statement::Kind::kSwitch: { in visitStatement()

12