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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Dwc3movie.c33 #define WC3_PREAMBLE_SIZE 8 macro
134 unsigned char preamble[WC3_PREAMBLE_SIZE];
155 if ((ret = get_buffer(pb, preamble, WC3_PREAMBLE_SIZE)) !=
156 WC3_PREAMBLE_SIZE)
197 if ((ret = get_buffer(pb, preamble, WC3_PREAMBLE_SIZE)) !=
198 WC3_PREAMBLE_SIZE)
233 if ((ret = get_buffer(pb, preamble, WC3_PREAMBLE_SIZE)) !=
234 WC3_PREAMBLE_SIZE)
284 unsigned char preamble[WC3_PREAMBLE_SIZE];
294 if ((ret = get_buffer(pb, preamble, WC3_PREAMBLE_SIZE)) !
[all...]

Completed in 98 milliseconds