HomeSort by relevance Sort by last modified time
    Searched refs:m_sOutput_buff_property (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 231 ioctl_msg.outputparam = (void*)&m_sOutput_buff_property;
290 if(*actual_buff_count > m_sOutput_buff_property.mincount)
292 temp_count = m_sOutput_buff_property.actualcount;
293 m_sOutput_buff_property.actualcount = *actual_buff_count;
294 ioctl_msg.inputparam = (void*)&m_sOutput_buff_property;
299 m_sOutput_buff_property.actualcount = temp_count;
334 ioctl_msg.outputparam = (void*)&m_sOutput_buff_property;
340 *min_buff_count = m_sOutput_buff_property.mincount;
341 *actual_buff_count = m_sOutput_buff_property.actualcount;
342 *buff_size = m_sOutput_buff_property.datasiz
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/inc/
video_encoder_device.h 81 struct venc_allocatorproperty m_sOutput_buff_property;

Completed in 142 milliseconds