Home
last modified time | relevance | path

Searched refs:ChunkType (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dmmsh.c54 } ChunkType; typedef
73 static ChunkType get_chunk_header(MMSHContext *mmsh, int *len) in get_chunk_header()
78 ChunkType chunk_type; in get_chunk_header()
146 ChunkType chunk_type; in get_http_header_data()
332 ChunkType chunk_type; in handle_chunk_type()
/third_party/vixl/src/aarch64/
H A Dsimulator-aarch64.h617 typedef uint16_t ChunkType; typedef in vixl::aarch64::LogicPRegister
641 VIXL_ASSERT((register_.GetSizeInBytes() % sizeof(ChunkType)) == 0); in GetChunkCount()
642 return register_.GetSizeInBytes() / sizeof(ChunkType); in GetChunkCount()
645 ChunkType GetChunk(int lane) const { return GetActiveMask<ChunkType>(lane); } in GetChunk()
647 void SetChunk(int lane, ChunkType new_value) { in SetChunk()
652 int chunk_size = sizeof(ChunkType) * kBitsPerByte; in SetAllBits()
653 ChunkType bits = GetUintMask(chunk_size); in SetAllBits()
H A Dlogic-aarch64.cc1656 LogicPRegister::ChunkType mask = pg.GetChunk(i);
1657 LogicPRegister::ChunkType result =
7172 LogicPRegister::ChunkType op1 = pn.GetChunk(i);
7173 LogicPRegister::ChunkType op2 = pm.GetChunk(i);
7174 LogicPRegister::ChunkType result = 0;
/third_party/ffmpeg/libavcodec/
H A Dg2meet.c50 enum ChunkType { enum

Completed in 19 milliseconds