HomeSort by relevance Sort by last modified time
    Searched refs:gns_file (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
kenny.cc 139 char gns_file[100]; local
339 sscanf(argv[i + 1], "%s", gns_file);
340 fp_gns = fopen(gns_file, "rb");
342 printf("Cannot read file %s.\n", gns_file);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 85 char gns_file[100]; local
319 sscanf(argv[i + 1], "%s", gns_file);
320 fp_gns = fopen(gns_file, "rb");
322 printf("Cannot read file %s.\n", gns_file);

Completed in 148 milliseconds