-
Notifications
You must be signed in to change notification settings - Fork 3
/
of_testname_map.json
106 lines (106 loc) · 3.66 KB
/
of_testname_map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"sequential-track-playback.html": [
"sequential_track_playback",
"SequentialTrackPlayback"
],
"random-access-to-fragment.html": [
"random_access_to_fragment",
"RandomAccessToFragment"
],
"random-access-to-time.html": [
"random_access_to_time",
"RandomAccessToTime"
],
"switching-set-playback.html": [
"switching_set_playback",
"SwitchingSetPlayback"
],
"regular-playback-of-chunked-content.html": [
"sequential_track_playback",
"SequentialTrackPlayback"
],
"regular-playback-of-chunked-content-non-aligned-append.html": [
"sequential_track_playback",
"SequentialTrackPlayback"
],
"playback-over-wave-baseline-splice-constraints.html": [
"playback_over_wave_baseline_splice_constraints",
"PlaybackOverWaveBaselineSpliceConstraints"
],
"out-of-order-loading.html": [
"sequential_track_playback",
"SequentialTrackPlayback"
],
"overlapping-fragments.html": [
"switching_set_playback",
"SwitchingSetPlayback"
],
"fullscreen-playback-of-switching-sets.html": [
"switching_set_playback",
"SwitchingSetPlayback"
],
"playback-of-encrypted-content-https.html": [
"sequential_track_playback",
"SequentialTrackPlayback"
],
"restricted-splicing-of-encrypted-content-https.html": [
"playback_over_wave_baseline_splice_constraints",
"PlaybackOverWaveBaselineSpliceConstraints"
],
"sequential-playback-of-encrypted-and-non-encrypted-baseline-content-https.html": [
"playback_over_wave_baseline_splice_constraints",
"PlaybackOverWaveBaselineSpliceConstraints"
],
"regular-playback-of-a-cmaf-presentation.html": [
"regular_playback_of_a_cmaf_presentation",
"RegularPlaybackOfACmafPresentation"
],
"random-access-of-a-wave-presentation.html": [
"random_access_of_a_wave_presentation",
"RandomAccessOfAWavePresentation"
],
"splicing-of-wave-program-with-baseline-constraints.html": [
"splicing_of_wave_program_with_baseline_constraints",
"SplicingOfWaveProgramWithBaselineConstraints"
],
"source-buffer-re-initialization-without-changetype.html":[
"source_buffer_re_initialization_without_changetype",
"SourceBufferReInitializationWithoutChangetype"
],
"mse-appendwindow.html":[
"mse_append_window",
"MseAppendWindow"
],
"source-buffer-re-initialization-with-changetype.html":[
"source_buffer_re_initialization_with_changetype",
"SourceBufferReInitializationWithChangetype"
],
"buffer-underrun-and-recovery.html": [
"buffer_underrun_and_recovery",
"BufferUnderrunAndRecovery"
],
"random-access-from-one-place-in-a-stream-to-a-different-place-in-the-same-stream.html":[
"random_access_from_one_place_in_a_stream_to_a_different_place_in_the_same_stream",
"RandomAccessFromOnePlaceInAStreamToADifferentPlaceInTheSameStream"
],
"truncated-playback-and-restart.html":[
"truncated_playback_and_restart",
"TruncatedPlaybackAndRestart"
],
"low-latency-initialization.html" : [
"low_latency_initialization",
"LowLatencyInitialization"
],
"low-latency-playback-over-gaps.html" : [
"low_latency_playback_over_gaps",
"LowLatencyPlaybackOverGaps"
],
"low-latency-short-buffer-playback.html" : [
"low_latency_short_buffer_playback",
"LowLatencyShortBufferPlayback"
],
"long-duration-playback-manual.html":[
"long_duration_playback",
"LongDurationPlayback"
]
}