Searched refs:decoderList (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/audio_decoder/NativeAPI/ |
H A D | NativeStablityTest.cpp | 860 … string decoderList[] = { "OH.Media.Codec.Decoder.Audio.AAC", "OH.Media.Codec.Decoder.Audio.Mpeg", variable 874 decoderName = decoderList[i]; 980 … string decoderList[] = { "OH.Media.Codec.Decoder.Audio.AAC", "OH.Media.Codec.Decoder.Audio.Mpeg", variable 995 decoderName = decoderList[i % 4]; 1032 … string decoderList[] = { "OH.Media.Codec.Decoder.Audio.AAC", "OH.Media.Codec.Decoder.Audio.Mpeg", variable 1040 decoderName = decoderList[i % 4]; 1074 … string decoderList[] = { "OH.Media.Codec.Decoder.Audio.AAC", "OH.Media.Codec.Decoder.Audio.Mpeg", variable 1082 decoderName = decoderList[i % 4]; 1116 … string decoderList[] = { "OH.Media.Codec.Decoder.Audio.AAC", "OH.Media.Codec.Decoder.Audio.Mpeg", variable 1124 decoderName = decoderList[i % 4];
|