Searched refs:get_encoding (Results 1 – 10 of 10) sorted by relevance
/third_party/libsnd/src/ |
D | ircam.c | 70 static int get_encoding (int subformat) ; 253 encoding = get_encoding (SF_CODEC (psf->sf.format)) ; in ircam_write_header() 296 get_encoding (int subformat) in get_encoding() function
|
/third_party/elfio/examples/tutorial/ |
D | tutorial.cpp | 52 if ( reader.get_encoding() == ELFDATA2LSB ) in main()
|
/third_party/python/Objects/ |
D | fileobject.c | 454 get_encoding(PyStdPrinter_Object *self, void *closure) in get_encoding() function 461 {"encoding", (getter)get_encoding, NULL, "Encoding of the file"},
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/ |
D | gstmpegtsdescriptor.c | 153 get_encoding (const gchar * text, guint * start_text, gboolean * is_multibyte) in get_encoding() function 556 encoding = get_encoding (text, &start_text, &is_multibyte); in get_encoding_and_convert()
|
/third_party/f2fs-tools/fsck/ |
D | dir.c | 124 namehash = f2fs_dentry_hash(get_encoding(sbi), IS_CASEFOLDED(&dir->i), in find_in_level() 228 f2fs_hash_t dentry_hash = f2fs_dentry_hash(get_encoding(sbi), in f2fs_add_link()
|
D | f2fs.h | 661 static inline int get_encoding(struct f2fs_sb_info *sbi) in get_encoding() function
|
D | fsck.c | 1551 if (f2fs_check_hash_code(get_encoding(sbi), casefolded, dentry, name, len, enc_name)) in __chk_dots_dentries() 1692 if (f2fs_check_hash_code(get_encoding(sbi), casefolded, dentry + i, name, name_len, enc_name)) in __chk_dentries()
|
/third_party/elfio/tests/ |
D | ELFIOTest.cpp | 50 EXPECT_EQ( reader.get_encoding(), encoding ); in checkHeader()
|
/third_party/elfio/elfio/ |
D | elfio_dump.hpp | 696 << " Encoding: " << str_endian( reader.get_encoding() ) in header()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 169122 mpegtspacketizer: Handle all ISO8859-x encodings in get_encoding()
|