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

  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device_v4l2.cpp 200 memset(&m_sOutput_buff_property, 0, sizeof(m_sOutput_buff_property));
642 m_sOutput_buff_property.alignment=m_sInput_buff_property.alignment=4096;
657 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
677 m_sOutput_buff_property.mincount = m_sOutput_buff_property.actualcount = bufreq.count;
783 if (*actual_buff_count > m_sOutput_buff_property.mincount) {
784 temp_count = m_sOutput_buff_property.actualcount;
785 m_sOutput_buff_property.actualcount = *actual_buff_count;
870 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage
    [all...]
video_encoder_device.cpp 295 ioctl_msg.out = (void*)&m_sOutput_buff_property;
363 if (*actual_buff_count > m_sOutput_buff_property.mincount) {
364 temp_count = m_sOutput_buff_property.actualcount;
365 m_sOutput_buff_property.actualcount = *actual_buff_count;
366 ioctl_msg.in = (void*)&m_sOutput_buff_property;
371 m_sOutput_buff_property.actualcount = temp_count;
561 ioctl_msg.out = (void*)&m_sOutput_buff_property;
568 *min_buff_count = m_sOutput_buff_property.mincount;
569 *actual_buff_count = m_sOutput_buff_property.actualcount;
570 *buff_size = m_sOutput_buff_property.datasize
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 359 m_sOutput_buff_property.alignment=m_sInput_buff_property.alignment=4096;
378 m_sOutput_buff_property.datasize=fmt.fmt.pix_mp.plane_fmt[0].sizeimage;
379 //printf("m_sOutput_buff_property.datasize = %d\n",m_sOutput_buff_property.datasize);
394 m_sOutput_buff_property.mincount=m_sOutput_buff_property.maxcount=m_sOutput_buff_property.actualcount=bufreq.count;
396 //printf("m_sInput_buff_property.mincount = %d\n",m_sOutput_buff_property.mincount);
488 if(*actual_buff_count > m_sOutput_buff_property.mincount)
490 temp_count = m_sOutput_buff_property.actualcount
    [all...]
video_encoder_device.cpp 302 ioctl_msg.out = (void*)&m_sOutput_buff_property;
367 if(*actual_buff_count > m_sOutput_buff_property.mincount)
369 temp_count = m_sOutput_buff_property.actualcount;
370 m_sOutput_buff_property.actualcount = *actual_buff_count;
371 ioctl_msg.in = (void*)&m_sOutput_buff_property;
376 m_sOutput_buff_property.actualcount = temp_count;
536 ioctl_msg.out = (void*)&m_sOutput_buff_property;
542 *min_buff_count = m_sOutput_buff_property.mincount;
543 *actual_buff_count = m_sOutput_buff_property.actualcount;
544 *buff_size = m_sOutput_buff_property.datasize
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
video_encoder_device.h 117 struct venc_allocatorproperty m_sOutput_buff_property;
video_encoder_device_copper.h 228 struct msm_venc_allocatorproperty m_sOutput_buff_property;
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 117 struct venc_allocatorproperty m_sOutput_buff_property;
video_encoder_device_v4l2.h 273 struct msm_venc_allocatorproperty m_sOutput_buff_property;

Completed in 853 milliseconds