Home
last modified time | relevance | path

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

/external/webp/src/demux/
Ddemux.c41 } ChunkData; typedef
52 ChunkData img_components_[2]; // 0=VP8{,L} 1=ALPH
57 ChunkData data_;
610 const ChunkData* const image = f->img_components_; in IsValidExtendedFormat()
611 const ChunkData* const alpha = f->img_components_ + 1; in IsValidExtendedFormat()
806 const ChunkData* const image = frame->img_components_; in GetFramePayload()
807 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-7.0/llvm/lib/DebugInfo/MSF/
DMappedBlockStream.cpp405 ArrayRef<uint8_t> ChunkData(Chunk, BytesToWriteInChunk); in writeBytes() local
408 if (auto EC = WriteInterface.writeBytes(MsfOffset, ChunkData)) in writeBytes()