HomeSort by relevance Sort by last modified time
    Searched refs:fwrite (Results 226 - 250 of 824) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/
simpleKenny.c 390 if (fwrite(&auxUW8, sizeof(uint8_t), 1, outp) != 1) {
395 if (fwrite(&auxUW8, sizeof(uint8_t), 1, outp) != 1) {
398 if (fwrite(payload, 1, stream_len, outp) != stream_len) {
421 if (fwrite(decoded, sizeof(int16_t), declen, outp) != (size_t)declen) {
  /external/webrtc/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.cc 114 fwrite(&out_data_[0], sizeof(int16_t),
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_RTPpacket.cc 223 if (fwrite(&length, 2, 1, fp) != 1)
230 if (fwrite(&plen, 2, 1, fp) != 1)
237 if (fwrite(&offset, 4, 1, fp) != 1)
244 if (fwrite(_datagram, 1, _datagramLen, fp) !=
RTPchange.cc 85 if (fwrite(first_line, 1, kRtpDumpHeaderSize, out_file)
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_before_streaming_test.cc 47 ASSERT_EQ(1u, fwrite(&kInputValue, sizeof(kInputValue), 1, input_file));
  /external/zlib/src/contrib/puff/
pufftest.c 158 fwrite(dest, 1, destlen, stdout);
  /frameworks/av/media/libstagefright/codecs/avcdec/
SoftAVCDec.h 143 i = fwrite(m_buf, 1, m_size, fp); \
144 ALOGD("fwrite ret %d to write %d", i, m_size); \
146 ALOGD("Error in fwrite, returned %d", i); \
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 161 i = fwrite(m_buf, 1, m_size, fp); \
162 ALOGD("fwrite ret %d to write %d", i, m_size); \
164 ALOGD("Error in fwrite, returned %d", i); \
  /frameworks/native/services/surfaceflinger/
GpuService.cpp 116 fwrite(json.data(), 1, json.size(), out);
  /system/core/adb/
line_printer.cpp 65 fwrite(s.data(), 1, s.size(), stdout);
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 476 fwrite(line->dat + a, matches[i].rm_so - a, 1,
481 fwrite(line->dat + matches[i].rm_so,
492 fwrite(line->dat + a, line->len - a, 1, stdout);
496 fwrite(line->dat, line->len, 1, stdout);
  /system/nfc/utils/test/
config_test.cc 60 fwrite(SIMPLE_CONFIG, 1, sizeof(SIMPLE_CONFIG), fp);
  /toolchain/binutils/binutils-2.27/zlib/contrib/puff/
pufftest.c 158 fwrite(dest, 1, destlen, stdout);
  /external/syslinux/gpxe/src/util/
nrv2b.c 1251 if (fwrite(magic, sizeof(magic), 1, outfile) != 1)
1254 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1)
1257 if (fwrite(&byte, sizeof(byte), 1, outfile) != 1)
1260 if (fwrite(&byte, sizeof(byte), 1, outfile) != 1)
1263 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1)
1266 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1)
1271 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1)
1292 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1)
1296 if (fwrite(out, out_len, 1, outfile) != 1) {
1301 if (fwrite(&tw, sizeof(tw), 1, outfile) != 1
    [all...]
  /device/google/contexthub/util/stm32_flash/
flash.c 281 if (fwrite(buffer, 1, length, file) < (size_t)length)
306 if (fwrite(buffer, 1, tot_len(length), file) < tot_len(length))
  /device/linaro/bootloader/edk2/BaseTools/Source/C/GenPage/
GenPage.c 276 fwrite (&Data, sizeof(UINT8), 1, PageFile);
283 fwrite (BaseMemory, (EFI_PAGE_NUMBER * EFI_SIZE_OF_PAGE), 1, PageFile);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenAprioriFile/
GenAprioriFile.c 258 if (fwrite (&Guid, sizeof (Guid), 1, BinFptr) != 1) {
268 if (fwrite (&Guid, sizeof (Guid), 1, BinFptr) != 1) {
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
Stdio.inf 49 fwrite.c #
  /external/e2fsprogs/contrib/android/
base_fs.c 140 if (fwrite(BASE_FS_VERSION"\n", 1, strlen(BASE_FS_VERSION"\n"),
185 || fwrite("\n", 1, 1, params->file) != 1)
  /external/libavc/test/encoder/
input.c 192 bytes = fwrite(pu1_buf, sizeof(UWORD8), wd, fp);
216 bytes = fwrite(pu1_buf, sizeof(UWORD8), wd, fp);
  /external/libdivsufsort/examples/
bwt.c 64 return fwrite(c, sizeof(unsigned char), 4, fp);
196 (fwrite(T, sizeof(sauchar_t), m, ofp) != m)) {
  /external/ltp/testcases/kernel/fs/stream/
stream03.c 87 if (fwrite(junk, sizeof(*junk), strlen(junk), stream) == 0) {
88 tst_brkm(TFAIL, NULL, "fwrite failed: %s",
200 if (fwrite(junk, sizeof(*junk), strlen(junk), stream) == 0) {
201 tst_brkm(TFAIL, NULL, "fwrite failed: %s",
  /external/lz4/examples/
dictionaryRandomAccess.c 31 size_t written = fwrite(&i, sizeof(i), 1, fp);
36 size_t written = fwrite(array, 1, arrayBytes, fp);
  /external/syslinux/lzo/
prepcore.c 354 if (fwrite(infile + start, 1, offset - start, f) != offset - start ||
355 fwrite(out, 1, outfile_len, f) != outfile_len || fclose(f))
  /external/tinyalsa/
tinycap.c 186 fwrite(&header, sizeof(struct wav_header), 1, file);
241 if (fwrite(buffer, 1, size, file) != size) {

Completed in 1614 milliseconds

1 2 3 4 5 6 7 8 91011>>