Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h22 StringRef SS, const DWARFSection &SOS, in DWARFCompileUnit()
25 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFCompileUnit()
19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFCompileUnit() argument
H A DDWARFTypeUnit.h30 StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, in DWARFTypeUnit()
33 : DWARFUnit(Context, Section, Header, DA, RS, LocSection, SS, SOS, AOS, in DWARFTypeUnit()
27 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFTypeUnit() argument
H A DDWARFUnit.h163 StringRef SS, const DWARFSection &SOS,
270 StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS,
/third_party/ffmpeg/libavcodec/
H A Dmjpeg.h72 SOS = 0xda, /* start of scan */ enumerator
H A Dmjpega_dump_header_bsf.c71 case SOS: in mjpega_dump_header()
93 av_log(ctx, AV_LOG_ERROR, "could not find SOS marker in bitstream\n"); in mjpega_dump_header()
H A Dmjpegbdec.c121 s->start_code = SOS; in mjpegb_decode_frame()
H A Dmxpegdec.c266 case SOS: in mxpeg_decode_frame()
269 "Can not process SOS without SOF data, skipping\n"); in mxpeg_decode_frame()
H A Djpeglsenc.c387 put_marker_byteu(&pb, SOS); in encode_picture_ls()
H A Dmjpegenc_common.c349 put_marker(pb, SOS); in ff_mjpeg_encode_picture_header()
H A Dmjpegdec.c1653 "Can not process SOS before SOF, skipping\n"); in ff_mjpeg_decode_sos()
2227 /* unescape buffer of SOS, use special treatment for JPEG-LS */ in ff_mjpeg_find_marker()
2228 if (start_code == SOS && !s->ls) { in ff_mjpeg_find_marker()
2285 } else if (start_code == SOS && s->ls) { in ff_mjpeg_find_marker()
2504 case SOS: in ff_mjpeg_receive_frame()
2615 case SOS: in ff_mjpeg_receive_frame()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp62 const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, in addUnitsImpl()
68 Parser = [=, &Context, &Obj, &Section, &SOS, in addUnitsImpl()
87 RS, LocSection, SS, SOS, AOS, LS, in addUnitsImpl()
91 DA, RS, LocSection, SS, SOS, in addUnitsImpl()
174 StringRef SS, const DWARFSection &SOS, in DWARFUnit()
179 StringOffsetSection(SOS), AddrOffsetSection(AOS), isLittleEndian(LE), in DWARFUnit()
59 addUnitsImpl( DWARFContext &Context, const DWARFObject &Obj, const DWARFSection &Section, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, bool Lazy, DWARFSectionKind SectionKind) addUnitsImpl() argument
171 DWARFUnit(DWARFContext &DC, const DWARFSection &Section, const DWARFUnitHeader &Header, const DWARFDebugAbbrev *DA, const DWARFSection *RS, const DWARFSection *LocSection, StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS, const DWARFSection &LS, bool LE, bool IsDWO, const DWARFUnitVector &UnitVector) DWARFUnit() argument
/third_party/ffmpeg/libavformat/
H A Dimg2dec.c784 case SOS: in jpeg_probe()
786 if (state != SOF0 && state != SOS) in jpeg_probe()
788 state = SOS; in jpeg_probe()
791 if (state != SOS) in jpeg_probe()
828 if (state == SOS) in jpeg_probe()
H A Drtpenc_jpeg.c155 } else if (buf[i + 1] == SOS) { in ff_rtp_send_jpeg()
156 /* SOS is last marker in the header */ in ff_rtp_send_jpeg()
H A Dmxg.c191 (SOS <= marker && marker <= COM) ) { in mxg_read_packet()
H A Drtpdec_jpeg.c174 /* SOS */ in jpeg_create_header()
175 jpeg_put_marker(&pbc, SOS); in jpeg_create_header()
/third_party/mesa3d/src/gallium/frontends/va/
H A Dva_private.h67 #define SOS (8 + 4 * 2) macro
68 #define MAX_MJPEG_SLICE_HEADER_SIZE (SOI + DQT + DHT + DRI + SOF + SOS)

Completed in 15 milliseconds