Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_snapshot.c221 mm_jpeg_encode_params_t encode_param; in createEncodingSession() local
224 encode_param.jpeg_cb = jpeg_encode_cb; in createEncodingSession()
225 encode_param.userdata = (void*)test_obj; in createEncodingSession()
226 encode_param.encode_thumbnail = 0; in createEncodingSession()
227 encode_param.quality = 85; in createEncodingSession()
232 encode_param.num_src_bufs = 1; in createEncodingSession()
233 encode_param.src_main_buf[0].index = 0; in createEncodingSession()
236 encode_param.src_main_buf[0].fd = m_frame->fd; in createEncodingSession()
241 encode_param.num_dst_bufs = 1; in createEncodingSession()
242 encode_param.dest_buf[0].index = 0; in createEncodingSession()
[all …]