Home
last modified time | relevance | path

Searched refs:ChunkData (Results 1 – 4 of 4) sorted by relevance

/external/webp/src/demux/
Ddemux.c41 } ChunkData; typedef
52 ChunkData img_components_[2]; // 0=VP8{,L} 1=ALPH
57 ChunkData data_;
615 const ChunkData* const image = f->img_components_; in IsValidExtendedFormat()
616 const ChunkData* const alpha = f->img_components_ + 1; in IsValidExtendedFormat()
811 const ChunkData* const image = frame->img_components_; in GetFramePayload()
812 const ChunkData* const alpha = frame->img_components_ + 1; in GetFramePayload()
/external/llvm/lib/DebugInfo/PDB/Raw/
DMappedBlockStream.cpp246 ArrayRef<uint8_t> ChunkData(Chunk, BytesToWriteInChunk); in writeBytes() local
247 if (auto EC = Pdb.setBlockData(StreamBlockAddr, OffsetInBlock, ChunkData)) in writeBytes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp404 ArrayRef<uint8_t> ChunkData(Chunk, BytesToWriteInChunk); in writeBytes() local
407 if (auto EC = WriteInterface.writeBytes(MsfOffset, ChunkData)) in writeBytes()
/external/llvm-project/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp404 ArrayRef<uint8_t> ChunkData(Chunk, BytesToWriteInChunk); in writeBytes() local
407 if (auto EC = WriteInterface.writeBytes(MsfOffset, ChunkData)) in writeBytes()