OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codecIdx
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_loopback.cc
312
int
codecIdx
= 0;
313
for (
codecIdx
= 0;
codecIdx
< ptrViECodec->NumberOfCodecs();
codecIdx
++)
315
error = ptrViECodec->GetCodec(
codecIdx
, videoCodec);
338
printf("\t %d. %s\n",
codecIdx
+ 1, videoCodec.plName);
345
codecIdx
= 0;
348
if (scanf("%d", &
codecIdx
) != 1)
354
codecIdx
=
codecIdx
- 1; // Compensate for idx start at 1
[
all
...]
vie_autotest_record.cc
325
int
codecIdx
= 0;
328
codecIdx
= 0;
331
codecIdx
= 0; // Compensate for idx start at 1.
334
error = ptrViECodec->GetCodec(
codecIdx
, videoCodec);
Completed in 167 milliseconds