Home
last modified time | relevance | path

Searched refs:compression_type (Results 1 – 25 of 36) sorted by relevance

12

/third_party/ffmpeg/libavformat/
Delectronicarts.c116 int compression_type = -1, revision = -1, revision2 = -1; in process_audio_header_elements() local
148 compression_type = read_arbitrary(pb); in process_audio_header_elements()
151 compression_type); in process_audio_header_elements()
204 switch (compression_type) { in process_audio_header_elements()
257 compression_type); in process_audio_header_elements()
273 int compression_type; in process_audio_header_eacs() local
278 compression_type = avio_r8(pb); in process_audio_header_eacs()
281 switch (compression_type) { in process_audio_header_eacs()
302 compression_type); in process_audio_header_eacs()
/third_party/skia/third_party/externals/libpng/
Dpngget.c109 return info_ptr->compression_type; in png_get_compression_type()
737 png_charpp name, int *compression_type, in png_get_iCCP() argument
752 if (compression_type != NULL) in png_get_iCCP()
753 *compression_type = PNG_COMPRESSION_TYPE_BASE; in png_get_iCCP()
827 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument
847 if (compression_type != NULL) in png_get_IHDR()
848 *compression_type = info_ptr->compression_type; in png_get_IHDR()
863 info_ptr->compression_type, info_ptr->filter_type); in png_get_IHDR()
Dpngtest.c1088 int interlace_type, compression_type, filter_type; in test_one_file() local
1091 &color_type, &interlace_type, &compression_type, &filter_type) != 0) in test_one_file()
1094 color_type, interlace_type, compression_type, filter_type); in test_one_file()
1169 int compression_type; in test_one_file() local
1171 if (png_get_iCCP(read_ptr, read_info_ptr, &name, &compression_type, in test_one_file()
1174 png_set_iCCP(write_ptr, write_info_ptr, name, compression_type, in test_one_file()
Dpngset.c256 int color_type, int interlace_type, int compression_type, in png_set_IHDR() argument
268 info_ptr->compression_type = (png_byte)compression_type; in png_set_IHDR()
274 info_ptr->compression_type, info_ptr->filter_type); in png_set_IHDR()
689 png_const_charp name, int compression_type, in png_set_iCCP() argument
701 if (compression_type != PNG_COMPRESSION_TYPE_BASE) in png_set_iCCP()
Dpnginfo.h68 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member
Dpngwutil.c673 int bit_depth, int color_type, int compression_type, int filter_type, in png_write_IHDR() argument
754 if (compression_type != PNG_COMPRESSION_TYPE_BASE) in png_write_IHDR()
757 compression_type = PNG_COMPRESSION_TYPE_BASE; in png_write_IHDR()
801 png_ptr->compression_type = (png_byte)compression_type; in png_write_IHDR()
817 buf[10] = (png_byte)compression_type; in png_write_IHDR()
1001 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE) in png_compress_IDAT()
1048 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE) in png_compress_IDAT()
Dpngstruct.h434 png_byte compression_type; member
Dpngrutil.c843 int bit_depth, color_type, compression_type, filter_type; in png_handle_IHDR() local
864 compression_type = buf[10]; in png_handle_IHDR()
877 png_ptr->compression_type = (png_byte)compression_type; in png_handle_IHDR()
908 color_type, interlace_type, compression_type, filter_type); in png_handle_IHDR()
Dpng.h2091 png_inforp info_ptr, png_charpp name, int *compression_type,
2097 png_inforp info_ptr, png_const_charp name, int compression_type,
/third_party/flutter/skia/third_party/externals/libpng/
Dpngget.c109 return info_ptr->compression_type; in png_get_compression_type()
737 png_charpp name, int *compression_type, in png_get_iCCP() argument
752 if (compression_type != NULL) in png_get_iCCP()
753 *compression_type = PNG_COMPRESSION_TYPE_BASE; in png_get_iCCP()
827 int *color_type, int *interlace_type, int *compression_type, in png_get_IHDR() argument
847 if (compression_type != NULL) in png_get_IHDR()
848 *compression_type = info_ptr->compression_type; in png_get_IHDR()
863 info_ptr->compression_type, info_ptr->filter_type); in png_get_IHDR()
Dpngset.c256 int color_type, int interlace_type, int compression_type, in png_set_IHDR() argument
268 info_ptr->compression_type = (png_byte)compression_type; in png_set_IHDR()
274 info_ptr->compression_type, info_ptr->filter_type); in png_set_IHDR()
689 png_const_charp name, int compression_type, in png_set_iCCP() argument
701 if (compression_type != PNG_COMPRESSION_TYPE_BASE) in png_set_iCCP()
Dpngtest.c1088 int interlace_type, compression_type, filter_type; in test_one_file() local
1091 &color_type, &interlace_type, &compression_type, &filter_type) != 0) in test_one_file()
1094 color_type, interlace_type, compression_type, filter_type); in test_one_file()
1169 int compression_type; in test_one_file() local
1171 if (png_get_iCCP(read_ptr, read_info_ptr, &name, &compression_type, in test_one_file()
1174 png_set_iCCP(write_ptr, write_info_ptr, name, compression_type, in test_one_file()
Dpnginfo.h68 png_byte compression_type; /* must be PNG_COMPRESSION_TYPE_BASE (IHDR) */ member
Dpngwutil.c673 int bit_depth, int color_type, int compression_type, int filter_type, in png_write_IHDR() argument
754 if (compression_type != PNG_COMPRESSION_TYPE_BASE) in png_write_IHDR()
757 compression_type = PNG_COMPRESSION_TYPE_BASE; in png_write_IHDR()
801 png_ptr->compression_type = (png_byte)compression_type; in png_write_IHDR()
817 buf[10] = (png_byte)compression_type; in png_write_IHDR()
1001 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE) in png_compress_IDAT()
1048 png_ptr->compression_type == PNG_COMPRESSION_TYPE_BASE) in png_compress_IDAT()
Dpngstruct.h434 png_byte compression_type; member
Dpngrutil.c843 int bit_depth, color_type, compression_type, filter_type; in png_handle_IHDR() local
864 compression_type = buf[10]; in png_handle_IHDR()
877 png_ptr->compression_type = (png_byte)compression_type; in png_handle_IHDR()
908 color_type, interlace_type, compression_type, filter_type); in png_handle_IHDR()
Dpng.h2091 png_inforp info_ptr, png_charpp name, int *compression_type,
2097 png_inforp info_ptr, png_const_charp name, int compression_type,
/third_party/flutter/skia/third_party/externals/libpng/contrib/examples/
Diccfrompng.c68 int compression_type; in extract() local
71 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile, in extract()
/third_party/skia/third_party/externals/libpng/contrib/examples/
Diccfrompng.c68 int compression_type; in extract() local
71 if (png_get_iCCP(png_ptr, info_ptr, &name, &compression_type, &profile, in extract()
/third_party/skia/third_party/externals/libpng/contrib/oss-fuzz/
Dlibpng_read_fuzzer.cc148 int bit_depth, color_type, interlace_type, compression_type; in LLVMFuzzerTestOneInput() local
153 &compression_type, &filter_type)) { in LLVMFuzzerTestOneInput()
/third_party/flutter/skia/third_party/externals/libpng/contrib/oss-fuzz/
Dlibpng_read_fuzzer.cc148 int bit_depth, color_type, interlace_type, compression_type; in LLVMFuzzerTestOneInput() local
153 &compression_type, &filter_type)) { in LLVMFuzzerTestOneInput()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-atsc-section.h288 guint8 compression_type; member
303 guint8 compression_type,
Dgst-atsc-section.c617 if (seg->compression_type != 0) { in _gst_mpegts_atsc_string_segment_decode_string()
662 gchar * string, guint8 compression_type, guint8 mode) in gst_mpegts_atsc_string_segment_set_string() argument
670 if (compression_type) { in gst_mpegts_atsc_string_segment_set_string()
690 seg->compression_type = compression_type; in gst_mpegts_atsc_string_segment_set_string()
802 seg->compression_type = GST_READ_UINT8 (data); in _parse_atsc_mult_string()
864 GST_WRITE_UINT8 (*data, seg->compression_type); in _packetize_atsc_mult_string()
/third_party/cups-filters/cupsfilters/
Dimage-png.c49 compression_type, /* Compression type */ in _cupsImageReadPNG() local
82 &interlace_type, &compression_type, &filter_type); in _cupsImageReadPNG()
/third_party/ffmpeg/libavcodec/
Dpngdec.c83 int compression_type; member
602 s->compression_type = bytestream2_get_byte(&s->gb); in decode_ihdr_chunk()
603 if (s->compression_type) { in decode_ihdr_chunk()
604 av_log(avctx, AV_LOG_ERROR, "Invalid compression method %d\n", s->compression_type); in decode_ihdr_chunk()
615 s->compression_type, s->filter_type, s->interlace_type); in decode_ihdr_chunk()
1679 pdst->compression_type = psrc->compression_type; in update_thread_context()

12