/third_party/gstreamer/gstplugins_bad/gst/jpegformat/ |
D | gstjpegformat.h | 66 #define EOI 0xd9 /* End Of Image */ macro
|
D | gstjifmux.c | 295 case EOI: in gst_jif_mux_parse_image() 320 if (map.data[map.size - i] == 0xFF && map.data[map.size - i + 1] == EOI) { in gst_jif_mux_parse_image()
|
/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 | 220 case EOI: in mxpeg_decode_frame()
|
D | jpeglsenc.c | 410 put_marker(&pb, EOI); in encode_picture_ls()
|
D | mjpegenc_common.c | 591 put_marker(pb, EOI); in ff_mjpeg_encode_picture_trailer()
|
D | mjpegdec.c | 2419 case EOI: in ff_mjpeg_decode_frame() 2483 case EOI: in ff_mjpeg_decode_frame()
|
/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 | 771 case EOI: in jpeg_probe() 774 state = EOI; in jpeg_probe() 803 if (state == EOI) in jpeg_probe()
|
D | rtpdec_jpeg.c | 364 uint8_t buf[2] = { 0xff, EOI }; in jpeg_parse_packet()
|
/third_party/uboot/u-boot-2020.01/product/hiosd/dec/ |
D | jpegd.h | 57 #define EOI 0xD9 macro
|
D | jpegd.c | 258 case EOI: { /* end of jpeg picture */ in jpegd_dec_frame()
|
/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/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/libjpeg/ |
D | libjpeg.txt | 1601 In most cases, generating a warning message and inserting a fake EOI marker 1604 may swallow the EOI and again demand data ... just keep feeding it fake EOIs. 1682 output buffer to emit any buffered data and the final EOI marker. In the 1735 and insert dummy EOI markers just as a non-suspending data source manager 1739 pointer/count to point to a dummy EOI marker and then return TRUE just as 1941 JPEG_REACHED_EOI: reached the EOI marker (end of image) 1948 events occurs. (If called after the EOI marker is reached, it will 2295 containing only SOI, DQT and/or DHT markers, and EOI. All the quantization
|
/third_party/libexif/po/ |
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 | sr.po | 3215 "a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not " 3221 "записани као континуални JPEG токови битова почев од SOI до EOI. Appn и COM "
|
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…
|
/third_party/gstreamer/gstplugins_good/ |
D | NEWS | 1761 - jpegdec: Fix incorrect logic in EOI tag detection
|
/third_party/gstreamer/gstplugins_bad/ |
D | NEWS | 1761 - jpegdec: Fix incorrect logic in EOI tag detection
|
/third_party/gstreamer/gstplugins_base/ |
D | NEWS | 1761 - jpegdec: Fix incorrect logic in EOI tag detection
|
/third_party/gstreamer/gst_libav/ |
D | NEWS | 1761 - jpegdec: Fix incorrect logic in EOI tag detection
|
/third_party/gstreamer/gstreamer/ |
D | NEWS | 1761 - jpegdec: Fix incorrect logic in EOI tag detection
|