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

  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 224 ioctl_msg.outputparam = (void*)&m_sInput_buff_property;
273 if(*actual_buff_count > m_sInput_buff_property.mincount)
275 temp_count = m_sInput_buff_property.actualcount;
276 m_sInput_buff_property.actualcount = *actual_buff_count;
277 ioctl_msg.inputparam = (void*)&m_sInput_buff_property;
282 m_sInput_buff_property.actualcount = temp_count;
320 ioctl_msg.outputparam = (void*)&m_sInput_buff_property;
326 *min_buff_count = m_sInput_buff_property.mincount;
327 *actual_buff_count = m_sInput_buff_property.actualcount;
328 *buff_size = m_sInput_buff_property.datasiz
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/inc/
video_encoder_device.h 80 struct venc_allocatorproperty m_sInput_buff_property;

Completed in 59 milliseconds