Home
last modified time | relevance | path

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

/device/soc/rockchip/rk3568/hardware/codec/jpeg/src/
H A Dcodec_jpeg_helper.cpp321 int8_t sampFactor = ((decInfo.compInfo[i].hSampFactor & 0xFF) << 4) | (decInfo.compInfo[i].vSampFactor & 0xFF); in JpegSofAssemble() local
323 int8_t bufferValue[] = {componentId, sampFactor, quantity}; in JpegSofAssemble()
429 int8_t sampFactor = GetInt8(buffer); in DessambleSof() local
431 comInfo.hSampFactor = (sampFactor >> 4) & 0xFF; // 4: hsampfactor offset in DessambleSof()
432 comInfo.vSampFactor = sampFactor & 0x0F; in DessambleSof()
/device/soc/rockchip/rk3588/hardware/codec/jpeg/src/
H A Dcodec_jpeg_helper.cpp321 int8_t sampFactor = ((decInfo.compInfo[i].hSampFactor & 0xFF) << 4) | (decInfo.compInfo[i].vSampFactor & 0xFF); in JpegSofAssemble() local
323 int8_t bufferValue[] = {componentId, sampFactor, quantity}; in JpegSofAssemble()
429 int8_t sampFactor = GetInt8(buffer); in DessambleSof() local
431 comInfo.hSampFactor = (sampFactor >> 4) & 0xFF; // 4: hsampfactor offset in DessambleSof()
432 comInfo.vSampFactor = sampFactor & 0x0F; in DessambleSof()

Completed in 3 milliseconds