Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dcbs_jpeg.c113 int start, end, marker, next_start, next_marker; in cbs_jpeg_split_fragment() local
151 next_marker = -1; in cbs_jpeg_split_fragment()
162 next_marker = frag->data[i]; in cbs_jpeg_split_fragment()
184 next_marker = -1; in cbs_jpeg_split_fragment()
189 next_marker = -1; in cbs_jpeg_split_fragment()
191 next_marker = frag->data[i]; in cbs_jpeg_split_fragment()
234 marker = next_marker; in cbs_jpeg_split_fragment()
236 } while (next_marker != -1); in cbs_jpeg_split_fragment()
/third_party/skia/third_party/externals/libjpeg-turbo/
H A Drdjpgcom.c136 next_marker(void) in next_marker() function
165 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
166 * input file weren't actually JPEG at all, next_marker might read the whole
345 marker = next_marker(); in scan_JPEG_header()
H A Dwrjpgcom.c181 next_marker(void) in next_marker() function
210 * 0xFF M_SOI. To be more general, we could use next_marker, but if the
211 * input file weren't actually JPEG at all, next_marker might read the whole
294 marker = next_marker(); in scan_JPEG_header()
H A Djdmarker.c888 next_marker(j_decompress_ptr cinfo) in LOCAL()
936 /* Like next_marker, but used to obtain the initial SOI marker. */ in LOCAL()
977 if (!next_marker(cinfo)) in read_markers()
1130 /* Note that next_marker will complain if it skips any data. */ in METHODDEF()
1132 if (!next_marker(cinfo)) in METHODDEF()
1238 if (!next_marker(cinfo)) in GLOBAL()

Completed in 5 milliseconds