Searched refs:inrotatedfile (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_common.h | 111 FILE *inrotatedfile; member
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/inc/ |
D | omx_video_common.h | 113 FILE *inrotatedfile; member
|
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 2990 if (!m_debug.inrotatedfile) in swvenc_input_log_rotated_buffers() 3002 m_debug.inrotatedfile = fopen (m_debug.inrotatedfile_name, "ab"); in swvenc_input_log_rotated_buffers() 3003 if (!m_debug.inrotatedfile) in swvenc_input_log_rotated_buffers() 3011 if (m_debug.inrotatedfile && buffer && bufferlen) in swvenc_input_log_rotated_buffers() 3016 fwrite(temp, width, 1, m_debug.inrotatedfile); in swvenc_input_log_rotated_buffers() 3022 fwrite(temp, width, 1, m_debug.inrotatedfile); in swvenc_input_log_rotated_buffers()
|
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/ |
D | omx_swvenc_mpeg4.cpp | 2929 if (!m_debug.inrotatedfile) in swvenc_input_log_rotated_buffers() 2941 m_debug.inrotatedfile = fopen (m_debug.inrotatedfile_name, "ab"); in swvenc_input_log_rotated_buffers() 2942 if (!m_debug.inrotatedfile) in swvenc_input_log_rotated_buffers() 2950 if (m_debug.inrotatedfile && buffer && bufferlen) in swvenc_input_log_rotated_buffers() 2955 fwrite(temp, width, 1, m_debug.inrotatedfile); in swvenc_input_log_rotated_buffers() 2961 fwrite(temp, width, 1, m_debug.inrotatedfile); in swvenc_input_log_rotated_buffers()
|