Home
last modified time | relevance | path

Searched defs:read_header (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/skia/src/codec/
H A DSkWbmpCodec.cpp75 static bool read_header(SkStream* stream, SkISize* size) { in read_header() function
H A DSkPngCodec.cpp699 static SkCodec::Result read_header(SkStream* stream, SkPngChunkReader* chunkReader, in read_header() function
/aosp_15_r20/external/mesa3d/src/panfrost/tools/
H A Dpanfrostdump.c87 read_header(FILE *fp, struct panfrost_dump_object_header_ho *pdoh) in read_header() function
/aosp_15_r20/frameworks/native/cmds/rawbu/
H A Dbackup.cpp437 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 Damdfwread.c60 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 Dmain.rs175 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 Dnpy.hpp448 inline std::string read_header(std::istream &istream) { in read_header() function
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-events.c970 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 Dmod.rs1801 let read_header = QcowHeader::new(&mut disk_file).expect("Failed to create header."); in header_with_backing() localVariable