Home
last modified time | relevance | path

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

/hardware/qcom/camera/msm8998/QCamera2/util/
DQCameraDualFOVPP.cpp431 cam_frame_len_offset_t frm_offset; in process() local
432 pMainSnapshotStream->getFrameOffset(frm_offset); in process()
435 frm_offset.mp[0].stride, frm_offset.mp[0].scanline, in process()
436 frm_offset.frame_len); in process()
439 dumpYUVtoFile((uint8_t *)main_snapshot_buf->buffer, frm_offset, in process()
441 dumpYUVtoFile((uint8_t *)aux_snapshot_buf->buffer, frm_offset, in process()
461 dumpYUVtoFile((uint8_t *)output_snapshot_buf->buffer, frm_offset, in process()