Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/inc/
Dvidc_debug.h104 FILE *ccoutfile; member
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp1363 if (pThis->m_debug.ccoutfile) { in process_event_cb()
1364 fclose(pThis->m_debug.ccoutfile); in process_event_cb()
1365 pThis->m_debug.ccoutfile = NULL; in process_event_cb()
1543 if (m_debug.out_cc_buffer_log && !m_debug.ccoutfile) { in log_cc_output_buffers()
1547 m_debug.ccoutfile = fopen (m_debug.ccoutfile_name, "ab"); in log_cc_output_buffers()
1548 if (!m_debug.ccoutfile) { in log_cc_output_buffers()
1556 fwrite(buffer->pBuffer, buffer->nFilledLen, 1, m_debug.ccoutfile); in log_cc_output_buffers()
5647 if (m_debug.ccoutfile) { in component_deinit()
5648 fclose(m_debug.ccoutfile); in component_deinit()
5649 m_debug.ccoutfile = NULL; in component_deinit()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/inc/
Domx_vdec.h500 FILE *ccoutfile; member