Searched refs:COPY_BUFFER_SIZE (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tools/
H A Dqt-faststart.c77 #define COPY_BUFFER_SIZE 1024 macro
96 unsigned char copy_buffer[COPY_BUFFER_SIZE];
296 if (last_offset > COPY_BUFFER_SIZE)
297 bytes_to_copy = COPY_BUFFER_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tools/
H A Dqt-faststart.c82 #define COPY_BUFFER_SIZE 33554432 macro
323 bytes_to_copy = MIN(COPY_BUFFER_SIZE, last_offset);

Completed in 22 milliseconds