OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:numCodecs
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/webrtc/modules/audio_coding/test/
EncodeDecodeTest.cc
269
int
numCodecs
= 1;
280
numCodecs
= acm->NumberOfCodecs();
283
for (int n = 0; n <
numCodecs
; n++) {
298
numCodecs
= 1;
305
for (int codeId = 0; codeId <
numCodecs
; codeId++) {
APITest.cc
131
int16_t
numCodecs
= _acmA->NumberOfCodecs();
132
for (uint8_t n = 0; n <
numCodecs
; n++) {
149
if ((n <
numCodecs
- 1) && !FixedPayloadTypeCodec(dummyCodec.plname)) {
161
if ((n <
numCodecs
- 1) && !FixedPayloadTypeCodec(dummyCodec.plname)) {
/frameworks/av/media/libstagefright/
MediaCodecList.cpp
860
size_t
numCodecs
= mCodecInfos.size();
861
for (; startIndex <
numCodecs
; ++startIndex) {
[
all
...]
/frameworks/av/cmds/stagefright/
stagefright.cpp
641
size_t
numCodecs
= list->countCodecs();
646
for (size_t index = 0; index <
numCodecs
; ++index) {
[
all
...]
/cts/tests/tests/media/src/android/media/cts/
ExtractDecodeEditEncodeMuxTest.java
[
all
...]
Vp8CodecTestBase.java
248
int
numCodecs
= resolutionScales.length;
250
new ArrayList<EncoderOutputStreamParameters>(
numCodecs
);
251
for (int i = 0; i <
numCodecs
; i++) {
[
all
...]
Completed in 404 milliseconds