Searched defs:read_header (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/skia/src/codec/ |
H A D | SkWbmpCodec.cpp | 75 static bool read_header(SkStream* stream, SkISize* size) { in read_header() function
|
H A D | SkPngCodec.cpp | 699 static SkCodec::Result read_header(SkStream* stream, SkPngChunkReader* chunkReader, in read_header() function
|
/aosp_15_r20/external/mesa3d/src/panfrost/tools/ |
H A D | panfrostdump.c | 87 read_header(FILE *fp, struct panfrost_dump_object_header_ho *pdoh) in read_header() function
|
/aosp_15_r20/frameworks/native/cmds/rawbu/ |
H A D | backup.cpp | 437 static int read_header(FILE* fh, int* type, char** path, struct stat* st) in read_header() function
|
/aosp_15_r20/external/coreboot/util/amdfwtool/ |
H A D | amdfwread.c | 60 static int read_header(FILE *fw, uint32_t offset, void *header, size_t header_size) in read_header() function
|
/aosp_15_r20/external/toolchain-utils/rust-analyzer-chromiumos-wrapper/src/ |
H A D | main.rs | 175 fn read_header<R: BufRead>(r: &mut R, header: &mut Header) -> Result<()> { in read_header() function
|
/aosp_15_r20/external/ComputeLibrary/include/libnpy/ |
H A D | npy.hpp | 448 inline std::string read_header(std::istream &istream) { in read_header() function
|
/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-events.c | 970 static int read_header(struct tep_handle *tep, const char *tracing_dir) in read_header() function
|
/aosp_15_r20/external/crosvm/disk/src/qcow/ |
H A D | mod.rs | 1801 let read_header = QcowHeader::new(&mut disk_file).expect("Failed to create header."); in header_with_backing() localVariable
|