HomeSort by relevance Sort by last modified time
    Searched defs:num_encodings (Results 1 - 4 of 4) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
Xvlib.h 78 unsigned long num_encodings; member in struct:__anon34057
  /external/chromium_org/third_party/icu/source/test/cintltst/
ucnvseltst.c 272 getResultsManually(const char** encodings, int32_t num_encodings,
281 for(i = 0 ; i < num_encodings ; i++) {
399 int32_t num_encodings; local
400 const char **encodings = getEncodingsFns[testCaseIdx](&num_encodings);
401 if (getTestOption(QUICK_OPTION) && num_encodings > 25) {
419 sel_rt = ucnvsel_open(encodings, num_encodings,
422 if (num_encodings == gCountAvailable) {
429 sel_fb = ucnvsel_open(encodings, num_encodings,
433 sel_fb = ucnvsel_open(encodings, num_encodings,
456 manual_rt = getResultsManually(encodings, num_encodings,
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_RTPpacket.cc 831 int num_encodings = 0; local
837 if (num_encodings == index)
848 ++num_encodings;
852 if ((ptr < payloadEndPtr) && (num_encodings == index))
  /external/icu/icu4c/source/test/cintltst/
ucnvseltst.c 272 getResultsManually(const char** encodings, int32_t num_encodings,
281 for(i = 0 ; i < num_encodings ; i++) {
399 int32_t num_encodings; local
400 const char **encodings = getEncodingsFns[testCaseIdx](&num_encodings);
401 if (getTestOption(QUICK_OPTION) && num_encodings > 25) {
419 sel_rt = ucnvsel_open(encodings, num_encodings,
422 if (num_encodings == gCountAvailable) {
429 sel_fb = ucnvsel_open(encodings, num_encodings,
433 sel_fb = ucnvsel_open(encodings, num_encodings,
456 manual_rt = getResultsManually(encodings, num_encodings,
    [all...]

Completed in 195 milliseconds