mirror of
https://github.com/androidx/media.git
synced 2025-05-13 02:29:52 +08:00
Remove redundant default parameter in Parameter annotation
PiperOrigin-RevId: 318255509
This commit is contained in:
parent
efb4b1a5ff
commit
aaa7fd114e
@ -37,8 +37,7 @@ public final class AmrExtractorParameterizedTest {
|
|||||||
return ExtractorAsserts.configs();
|
return ExtractorAsserts.configs();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Parameter(0)
|
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void extractingNarrowBandSamples() throws Exception {
|
public void extractingNarrowBandSamples() throws Exception {
|
||||||
|
@ -33,8 +33,7 @@ public class FlacExtractorTest {
|
|||||||
return ExtractorAsserts.configs();
|
return ExtractorAsserts.configs();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Parameter(0)
|
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void sample() throws Exception {
|
public void sample() throws Exception {
|
||||||
|
@ -32,8 +32,7 @@ public final class FlvExtractorTest {
|
|||||||
return ExtractorAsserts.configs();
|
return ExtractorAsserts.configs();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Parameter(0)
|
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void sample() throws Exception {
|
public void sample() throws Exception {
|
||||||
|
@ -32,8 +32,7 @@ public final class MatroskaExtractorTest {
|
|||||||
return ExtractorAsserts.configs();
|
return ExtractorAsserts.configs();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Parameter(0)
|
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void mkvSample() throws Exception {
|
public void mkvSample() throws Exception {
|
||||||
|
@ -33,8 +33,7 @@ public final class Mp3ExtractorTest {
|
|||||||
return ExtractorAsserts.configs();
|
return ExtractorAsserts.configs();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Parameter(0)
|
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void mp3SampleWithXingHeader() throws Exception {
|
public void mp3SampleWithXingHeader() throws Exception {
|
||||||
|
@ -37,8 +37,7 @@ public final class FragmentedMp4ExtractorTest {
|
|||||||
return ExtractorAsserts.configs();
|
return ExtractorAsserts.configs();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Parameter(0)
|
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void sample() throws Exception {
|
public void sample() throws Exception {
|
||||||
|
@ -32,8 +32,7 @@ public final class Mp4ExtractorTest {
|
|||||||
return ExtractorAsserts.configs();
|
return ExtractorAsserts.configs();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Parameter(0)
|
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void mp4Sample() throws Exception {
|
public void mp4Sample() throws Exception {
|
||||||
|
@ -36,8 +36,7 @@ public final class OggExtractorParameterizedTest {
|
|||||||
return ExtractorAsserts.configs();
|
return ExtractorAsserts.configs();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Parameter(0)
|
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void opus() throws Exception {
|
public void opus() throws Exception {
|
||||||
|
@ -32,8 +32,7 @@ public final class Ac3ExtractorTest {
|
|||||||
return ExtractorAsserts.configs();
|
return ExtractorAsserts.configs();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Parameter(0)
|
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void ac3Sample() throws Exception {
|
public void ac3Sample() throws Exception {
|
||||||
|
@ -32,8 +32,7 @@ public final class Ac4ExtractorTest {
|
|||||||
return ExtractorAsserts.configs();
|
return ExtractorAsserts.configs();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Parameter(0)
|
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void ac4Sample() throws Exception {
|
public void ac4Sample() throws Exception {
|
||||||
|
@ -32,8 +32,7 @@ public final class AdtsExtractorTest {
|
|||||||
return ExtractorAsserts.configs();
|
return ExtractorAsserts.configs();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Parameter(0)
|
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void sample() throws Exception {
|
public void sample() throws Exception {
|
||||||
|
@ -32,8 +32,7 @@ public final class PsExtractorTest {
|
|||||||
return ExtractorAsserts.configs();
|
return ExtractorAsserts.configs();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Parameter(0)
|
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void sampleWithH262AndMpegAudio() throws Exception {
|
public void sampleWithH262AndMpegAudio() throws Exception {
|
||||||
|
@ -52,8 +52,7 @@ public final class TsExtractorTest {
|
|||||||
return ExtractorAsserts.configs();
|
return ExtractorAsserts.configs();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Parameter(0)
|
@Parameter public ExtractorAsserts.SimulationConfig simulationConfig;
|
||||||
public ExtractorAsserts.SimulationConfig simulationConfig;
|
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void sampleWithH262AndMpegAudio() throws Exception {
|
public void sampleWithH262AndMpegAudio() throws Exception {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user