Home
last modified time | relevance | path

Searched refs:initJpeg (Results 1 – 3 of 3) sorted by relevance

/device/google/marlin/camera/QCamera2/HAL3/
DQCamera3PostProc.h115 int32_t initJpeg(jpeg_encode_callback_t jpeg_cb,
DQCamera3PostProc.cpp176 int32_t QCamera3PostProcessor::initJpeg(jpeg_encode_callback_t jpeg_cb, in initJpeg() function in qcamera::QCamera3PostProcessor
DQCamera3Channel.cpp3363 int32_t rc = m_postprocessor.initJpeg(jpegEvtHandle, &m_max_pic_dim, this); in QCamera3PicChannel()