Home
last modified time | relevance | path

Searched refs:EOI (Results 1 – 25 of 50) sorted by relevance

12

/third_party/gstreamer/gstplugins_bad/gst/jpegformat/
Dgstjpegformat.h66 #define EOI 0xd9 /* End Of Image */ macro
Dgstjifmux.c295 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/
Dmjpeg.h71 EOI = 0xd9, /* end of image */ enumerator
Dcpia.c42 #define EOI 0xff /**< End Of Image marker */ macro
Dmxpegdec.c220 case EOI: in mxpeg_decode_frame()
Djpeglsenc.c410 put_marker(&pb, EOI); in encode_picture_ls()
Dmjpegenc_common.c591 put_marker(pb, EOI); in ff_mjpeg_encode_picture_trailer()
Dmjpegdec.c2419 case EOI: in ff_mjpeg_decode_frame()
2483 case EOI: in ff_mjpeg_decode_frame()
/third_party/ffmpeg/libavformat/
Dmxg.c156 *(startmarker_ptr + 1) != EOI) break; in mxg_read_packet()
166 } else if (marker == EOI) { in mxg_read_packet()
Drtpenc_jpeg.c181 if (buf[i] == 0xff && buf[i + 1] == EOI) { in ff_rtp_send_jpeg()
Dimg2dec.c771 case EOI: in jpeg_probe()
774 state = EOI; in jpeg_probe()
803 if (state == EOI) in jpeg_probe()
Drtpdec_jpeg.c364 uint8_t buf[2] = { 0xff, EOI }; in jpeg_parse_packet()
/third_party/uboot/u-boot-2020.01/product/hiosd/dec/
Djpegd.h57 #define EOI 0xD9 macro
Djpegd.c258 case EOI: { /* end of jpeg picture */ in jpegd_dec_frame()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dlibjpeg.txt1672 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/
Dlibjpeg.txt1690 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/
Dlibjpeg.txt1601 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/
Duk.po2937 …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…
Dsr.po3215 "a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not "
3221 "записани као континуални JPEG токови битова почев од SOI до EOI. Appn и COM "
Dnl.po2923 …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/
DNEWS1761 - jpegdec: Fix incorrect logic in EOI tag detection
/third_party/gstreamer/gstplugins_bad/
DNEWS1761 - jpegdec: Fix incorrect logic in EOI tag detection
/third_party/gstreamer/gstplugins_base/
DNEWS1761 - jpegdec: Fix incorrect logic in EOI tag detection
/third_party/gstreamer/gst_libav/
DNEWS1761 - jpegdec: Fix incorrect logic in EOI tag detection
/third_party/gstreamer/gstreamer/
DNEWS1761 - jpegdec: Fix incorrect logic in EOI tag detection

12