Home
last modified time | relevance | path

Searched refs:imageWidth (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/codec/test/fuzztest/image_fuzzer/imagedojpegdecode_fuzzer/
H A Dimagedojpegdecode_fuzzer.cpp47 if (dataEnd < data + sizeof(decInfo.imageWidth)) { in FillCodecJpegDecInfo()
50 decInfo.imageWidth = Convert2Uint32(data); in FillCodecJpegDecInfo()
51 data += sizeof(decInfo.imageWidth); in FillCodecJpegDecInfo()
/drivers/peripheral/codec/image/vdi/
H A Dcodec_jpeg_vdi.h70 uint32_t imageWidth; member
/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcodec_jpeg_helper.cpp310 int16_t height = decInfo.imageWidth & 0xFFFF; in JpegSofAssemble()
418 decInfo.imageWidth = GetInt16(buffer); in DessambleSof()
424 HDF_LOGI("image width[%{public}d],height[%{public}d],components[%{public}d]", decInfo.imageWidth, in DessambleSof()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/main_test/
H A Dv4l2_main.cpp223 constexpr uint32_t imageWidth = 640; in ProcessImage() local
227 int width = imageWidth; in ProcessImage()
/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_edid.h234 uint32_t imageWidth; /* image width */ member
/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_edid.c341 perTiming->imageWidth = (block->hImageSize) | in HdmiEdidDetailedTimingDescriptorPhase()

Completed in 8 milliseconds