Home
last modified time | relevance | path

Searched refs:fbytes (Results 1 – 15 of 15) sorted by relevance

/external/libopus/src/
Dopus_demo.c223 unsigned char *fbytes=NULL; in main() local
589 fbytes = (unsigned char*)malloc(max_frame_size*channels*sizeof(short)); in main()
682 num_read = fread(fbytes, sizeof(short)*channels, frame_size-remaining, fin); in main()
688 s=fbytes[2*i+1]<<8|fbytes[2*i]; in main()
798 fbytes[2*i]=s&0xFF; in main()
799 fbytes[2*i+1]=(s>>8)&0xFF; in main()
801 …if (fwrite(fbytes, sizeof(short)*channels, output_samples-skip, fout) != (unsigned)(output_samples… in main()
890 free(fbytes); in main()
/external/nanopb-c/tests/field_size_32/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/without_64bit/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/alltypes/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/io_errors/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/alltypes_proto3/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/field_size_16/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/field_size_16_proto3/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/fuzztest/
Dalltypes_static.options4 *.*fbytes fixed_length:true max_size:4
Dalltypes_pointer.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/io_errors_pointers/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/alltypes_pointer/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/alltypes_proto3_callback/
Dalltypes.options7 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/alltypes_callback/
Dalltypes.options7 *.*fbytes fixed_length:true max_size:4
/external/scapy/scapy/
Dasn1fields.py589 fbytes = getattr(pkt, self.name).val
591 for i, positional in enumerate(fbytes):