Home
last modified time | relevance | path

Searched refs:huffVal (Results 1 - 2 of 2) sorted by relevance

/drivers/peripheral/codec/image/vdi/
H A Dcodec_jpeg_vdi.h55 std::vector<uint8_t> huffVal; member
/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcodec_jpeg_helper.cpp261 ret = memcpy_s(buffer + curPos, table[i].huffVal.size(), table[i].huffVal.data(), table[i].huffVal.size()); in JpegDhtAssemble()
263 HDF_LOGE("assemble huffVal error, ret = %{public}d", ret); in JpegDhtAssemble()
266 curPos += table[i].huffVal.size(); in JpegDhtAssemble()
560 table.huffVal.push_back(*buffer++); in DessambleDht()

Completed in 2 milliseconds