/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 22 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 D | DWARFTypeUnit.h | 30 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 D | DWARFUnit.h | 163 StringRef SS, const DWARFSection &SOS, 270 StringRef SS, const DWARFSection &SOS, const DWARFSection *AOS,
|
/third_party/ffmpeg/libavcodec/ |
H A D | mjpeg.h | 72 SOS = 0xda, /* start of scan */ enumerator
|
H A D | mjpega_dump_header_bsf.c | 71 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 D | mjpegbdec.c | 121 s->start_code = SOS; in mjpegb_decode_frame()
|
H A D | mxpegdec.c | 266 case SOS: in mxpeg_decode_frame() 269 "Can not process SOS without SOF data, skipping\n"); in mxpeg_decode_frame()
|
H A D | jpeglsenc.c | 387 put_marker_byteu(&pb, SOS); in encode_picture_ls()
|
H A D | mjpegenc_common.c | 349 put_marker(pb, SOS); in ff_mjpeg_encode_picture_header()
|
H A D | mjpegdec.c | 1653 "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 D | DWARFUnit.cpp | 62 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 D | img2dec.c | 784 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 D | rtpenc_jpeg.c | 155 } 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 D | mxg.c | 191 (SOS <= marker && marker <= COM) ) { in mxg_read_packet()
|
H A D | rtpdec_jpeg.c | 174 /* SOS */ in jpeg_create_header() 175 jpeg_put_marker(&pbc, SOS); in jpeg_create_header()
|
/third_party/mesa3d/src/gallium/frontends/va/ |
H A D | va_private.h | 67 #define SOS (8 + 4 * 2) macro 68 #define MAX_MJPEG_SLICE_HEADER_SIZE (SOI + DQT + DHT + DRI + SOF + SOS)
|