Searched refs:c_offset (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/ |
D | video_encoder_device.cpp | 1679 int c_offset = 0; in venc_empty_buf() local 1684 c_offset= (y_size + 2047) & (~(2047)); in venc_empty_buf() 1703 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1,inputBufferFile1); in venc_empty_buf()
|
D | video_encoder_device_copper.cpp | 1637 int c_offset = 0; in venc_empty_buf() local 1641 c_offset= (y_size + 2047) & (~(2047)); in venc_empty_buf() 1646 fwrite((const char *)(frameinfo.ptrbuffer + c_offset), (y_size>>1), 1,inputBufferFile1); in venc_empty_buf()
|
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 265 int c_offset = 0; in venc_input_log_buffers() local 270 c_offset= (y_size + 2047) & (~(2047)); in venc_input_log_buffers() 285 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1, m_debug.infile); in venc_input_log_buffers()
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
D | video_encoder_device.cpp | 264 int c_offset = 0; in venc_input_log_buffers() local 269 c_offset= (y_size + 2047) & (~(2047)); in venc_input_log_buffers() 284 fwrite((const char *)(buf_addr + c_offset), (y_size>>1), 1, m_debug.infile); in venc_input_log_buffers()
|