Searched refs:fbytes (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/opus/src/src/
H A Dopus_demo.c229 unsigned char *fbytes; local
597 fbytes = (unsigned char*)malloc(max_frame_size*channels*sizeof(short));
685 err = fread(fbytes, sizeof(short)*channels, frame_size-remaining, fin);
691 s=fbytes[2*i+1]<<8|fbytes[2*i];
803 fbytes[2*i]=s&0xFF;
804 fbytes[2*i+1]=(s>>8)&0xFF;
806 if (fwrite(fbytes, sizeof(short)*channels, output_samples-skip, fout) != (unsigned)(output_samples-skip)){
883 free(fbytes);
/external/libopus/src/
H A Dopus_demo.c229 unsigned char *fbytes; local
597 fbytes = (unsigned char*)malloc(max_frame_size*channels*sizeof(short));
685 err = fread(fbytes, sizeof(short)*channels, frame_size-remaining, fin);
691 s=fbytes[2*i+1]<<8|fbytes[2*i];
803 fbytes[2*i]=s&0xFF;
804 fbytes[2*i+1]=(s>>8)&0xFF;
806 if (fwrite(fbytes, sizeof(short)*channels, output_samples-skip, fout) != (unsigned)(output_samples-skip)){
883 free(fbytes);
/external/openssl/crypto/ecdsa/
H A Decdsatest.c108 int fbytes(unsigned char *buf, int num);
124 fake_rand.bytes = fbytes;
155 int fbytes(unsigned char *buf, int num) function

Completed in 99 milliseconds