Home
last modified time | relevance | path

Searched refs:alignment_ (Results 1 - 5 of 5) sorted by relevance

/drivers/peripheral/codec/test/demo/jpeg/include/
H A Djpeg_decoder.h50 return (((width) + alignment_ - 1) & (~(alignment_ - 1))); in AlignUp()
67 uint32_t alignment_ = 16; member in JpegDecoder
/drivers/peripheral/codec/test/demo/idl/include/
H A Dcodec_hdi_decode.h118 return (((width) + alignment_ - 1) & (~(alignment_ - 1))); in AlignUp()
144 static constexpr uint32_t alignment_ = 16; member in CodecHdiDecode::PortIndex
H A Dcodec_hdi_encode.h107 return (((width) + alignment_ - 1) & (~(alignment_ - 1))); in AlignUp()
133 static constexpr uint32_t alignment_ = 16; member in CodecHdiEncode::PortIndex
/drivers/peripheral/codec/test/demo/v2.0/include/
H A Dcodec_hdi_encode.h123 return (((width) + alignment_ - 1) & (~(alignment_ - 1))); in AlignUp()
148 static constexpr uint32_t alignment_ = 16; member in PortIndex::CodecHdiEncode
H A Dcodec_hdi_decode.h129 return (((width) + alignment_ - 1) & (~(alignment_ - 1))); in AlignUp()
155 static constexpr uint32_t alignment_ = 16; member in PortIndex::CodecHdiDecode

Completed in 3 milliseconds