Home
last modified time | relevance | path

Searched refs:fwrite_compr (Results 1 – 2 of 2) sorted by relevance

/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/
H A Dmovie.c195 fwrite_compr( void *b, size_t n, size_t m, FILE *f ) in fwrite_compr() function
216 #define fwrite_compr fwrite macro
254 fwrite_compr( buff, b - buff, 1, of ); in movie_compress_area()
262 fwrite_compr( buff, b - buff, 1, of ); in movie_compress_area()
288 fwrite_compr( head, 7, 1, of ); in movie_add_area()
361 fwrite_compr( "X", 1, 1, of ); /* End of Recording! */ in movie_stop()
429 fwrite_compr( sbuff, 4096, 1, of ); /* write frame */ in write_alaw()
433 fwrite_compr( sbuff, i, 1, of ); /* write remaind */ in write_alaw()
448 fwrite_compr( head, 7, 1, of ); /* Sound frame */ in add_sound()
450 fwrite_compr( buff, len * framesiz , 1, of ); /* write frame */ in add_sound()
[all …]
/dports/emulators/fuse/fuse-1.6.0/
H A Dmovie.c191 fwrite_compr( const void *b, size_t n, size_t m, FILE *f ) in fwrite_compr() function
212 #define fwrite_compr fwrite macro
250 fwrite_compr( buff, b - buff, 1, of ); in movie_compress_area()
258 fwrite_compr( buff, b - buff, 1, of ); in movie_compress_area()
284 fwrite_compr( head, 7, 1, of ); in movie_add_area()
357 fwrite_compr( "X", 1, 1, of ); /* End of Recording! */ in movie_stop()
425 fwrite_compr( sbuff, 4096, 1, of ); /* write frame */ in write_alaw()
429 fwrite_compr( sbuff, i, 1, of ); /* write remaind */ in write_alaw()
444 fwrite_compr( head, 7, 1, of ); /* Sound frame */ in add_sound()
446 fwrite_compr( buff, len * framesiz , 1, of ); /* write frame */ in add_sound()
[all …]