Searched defs:inbuffer (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | jdatasrc-tj.c | 163 jpeg_mem_src_tj(j_decompress_ptr cinfo, const unsigned char *inbuffer, in jpeg_mem_src_tj()
|
D | jdatasrc.c | 263 jpeg_mem_src(j_decompress_ptr cinfo, const unsigned char *inbuffer, in jpeg_mem_src()
|
D | djpeg.c | 551 unsigned char *inbuffer = NULL; in djpeg() local
|
/third_party/ffmpeg/libavcodec/ |
D | cook.c | 302 static inline int decode_bytes(const uint8_t *inbuffer, uint8_t *out, int bytes) in decode_bytes() 710 static void imlt_window_float(COOKContext *q, float *inbuffer, in imlt_window_float() 738 static void imlt_gain(COOKContext *q, float *inbuffer, in imlt_gain() 882 const uint8_t *inbuffer, in decode_bytes_and_gain() 940 const uint8_t *inbuffer, float **outbuffer) in decode_subpacket()
|
/third_party/ffmpeg/libavformat/ |
D | crypto.c | 36 uint8_t inbuffer [BLOCKSIZE*MAX_BUFFER_BLOCKS], member
|