Searched refs:EOI (Results 1 – 25 of 43) sorted by relevance
12
/third_party/gstreamer/gstplugins_bad/gst/jpegformat/ |
D | gstjpegformat.h | 66 #define EOI 0xd9 /* End Of Image */ macro
|
D | gstjifmux.c | 297 case EOI: in gst_jif_mux_parse_image() 322 if (map.data[map.size - i] == 0xFF && map.data[map.size - i + 1] == EOI) { in gst_jif_mux_parse_image()
|
/third_party/ffmpeg/libavformat/ |
D | mxg.c | 156 *(startmarker_ptr + 1) != EOI) break; in mxg_read_packet() 166 } else if (marker == EOI) { in mxg_read_packet()
|
D | rtpenc_jpeg.c | 181 if (buf[i] == 0xff && buf[i + 1] == EOI) { in ff_rtp_send_jpeg()
|
D | img2dec.c | 785 case EOI: in jpeg_probe() 788 state = EOI; in jpeg_probe() 817 if (state == EOI) in jpeg_probe()
|
D | rtpdec_jpeg.c | 364 uint8_t buf[2] = { 0xff, EOI }; in jpeg_parse_packet()
|
/third_party/ffmpeg/libavcodec/ |
D | mjpeg.h | 71 EOI = 0xd9, /* end of image */ enumerator
|
D | cpia.c | 42 #define EOI 0xff /**< End Of Image marker */ macro
|
D | mxpegdec.c | 221 case EOI: in mxpeg_decode_frame()
|
D | mjpegenc_common.c | 418 put_marker(pb, EOI); in ff_mjpeg_encode_picture_trailer()
|
D | jpeglsenc.c | 413 put_marker_byte(&pb, EOI); in encode_picture_ls()
|
D | mjpegdec.c | 2484 case EOI: in ff_mjpeg_receive_frame() 2548 case EOI: in ff_mjpeg_receive_frame()
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | libjpeg.txt | 1690 In most cases, generating a warning message and inserting a fake EOI marker 1693 may swallow the EOI and again demand data ... just keep feeding it fake EOIs. 1771 output buffer to emit any buffered data and the final EOI marker. In the 1824 and insert dummy EOI markers just as a non-suspending data source manager 1828 pointer/count to point to a dummy EOI marker and then return TRUE just as 2030 JPEG_REACHED_EOI: reached the EOI marker (end of image) 2037 events occurs. (If called after the EOI marker is reached, it will 2384 containing only SOI, DQT and/or DHT markers, and EOI. All the quantization
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
D | libjpeg.txt | 1672 In most cases, generating a warning message and inserting a fake EOI marker 1675 may swallow the EOI and again demand data ... just keep feeding it fake EOIs. 1753 output buffer to emit any buffered data and the final EOI marker. In the 1806 and insert dummy EOI markers just as a non-suspending data source manager 1810 pointer/count to point to a dummy EOI marker and then return TRUE just as 2012 JPEG_REACHED_EOI: reached the EOI marker (end of image) 2019 events occurs. (If called after the EOI marker is reached, it will 2366 containing only SOI, DQT and/or DHT markers, and EOI. All the quantization
|
/third_party/libjpeg-turbo/ |
D | libjpeg.txt | 1672 In most cases, generating a warning message and inserting a fake EOI marker 1675 may swallow the EOI and again demand data ... just keep feeding it fake EOIs. 1753 output buffer to emit any buffered data and the final EOI marker. In the 1806 and insert dummy EOI markers just as a non-suspending data source manager 1810 pointer/count to point to a dummy EOI marker and then return TRUE just as 2012 JPEG_REACHED_EOI: reached the EOI marker (end of image) 2019 events occurs. (If called after the EOI marker is reached, it will 2366 containing only SOI, DQT and/or DHT markers, and EOI. All the quantization
|
/third_party/libexif/po/ |
D | sr.po | 3215 "a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not " 3221 "записани као континуални JPEG токови битова почев од SOI до EOI. Appn и COM "
|
D | uk.po | 2937 …re not divided but are recorded as a continuous JPEG bitstream from SOI to EOI. Appn and COM marke… 2938 …и JPEG не діляться, а записуються як неперервний потік бітів JPEG з SOI до EOI. Позначки Appn і CO…
|
D | pl.po | 2934 …re not divided but are recorded as a continuous JPEG bitstream from SOI to EOI. Appn and COM marke… 2935 …i JPEG nie są dzielone, ale zapisywane jako ciągły strumień JPEG od SOI do EOI. Znaczniki Appn i C…
|
D | nl.po | 2923 …re not divided but are recorded as a continuous JPEG bitstream from SOI to EOI. Appn and COM marke… 2924 …en worden niet opgedeeld, maar als een continue JPEG-bitstroom van SOI tot EOI vastgelegd. Appn- e…
|
D | de.po | 3322 "a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not " 3328 "aufgeteilt, sondern als fortlaufender Datenstrom zwischen den SOI- und EOI-"
|
D | sv.po | 2938 …re not divided but are recorded as a continuous JPEG bitstream from SOI to EOI. Appn and COM marke… 2939 …inte uppdelade utan sparas som en kontinuerlig JPEG-bitström från SOI till EOI. Appn- och COM-mark…
|
D | en_GB.po | 3296 "a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not " 3302 "a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not "
|
D | en_AU.po | 3296 "a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not " 3302 "a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not "
|
D | it.po | 2962 …re not divided but are recorded as a continuous JPEG bitstream from SOI to EOI. Appn and COM marke… 2963 …o separate ma sono registrate come un flusso di bit JPEG continuo da SOI a EOI. I marcatori Appn e…
|
D | bs.po | 3297 "a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not " 3303 "zapisani kao kontinualni JPEG tokovi bitova počev od SOI do EOI. Appn i COM "
|
12