Searched refs:temp_count (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Dvideo_encoder_device.cpp344 unsigned long temp_count = 0; local
350 temp_count = m_sInput_buff_property.actualcount;
357 m_sInput_buff_property.actualcount = temp_count;
367 temp_count = m_sOutput_buff_property.actualcount;
374 m_sOutput_buff_property.actualcount = temp_count;
H A Dvideo_encoder_device_copper.cpp467 unsigned long temp_count = 0; local
473 temp_count = m_sInput_buff_property.actualcount;
478 m_sInput_buff_property.actualcount = temp_count;
488 temp_count = m_sOutput_buff_property.actualcount;
493 m_sOutput_buff_property.actualcount = temp_count;
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Dvideo_encoder_device.cpp449 unsigned long temp_count = 0; local
453 temp_count = m_sInput_buff_property.actualcount;
460 m_sInput_buff_property.actualcount = temp_count;
468 temp_count = m_sOutput_buff_property.actualcount;
475 m_sOutput_buff_property.actualcount = temp_count;
H A Dvideo_encoder_device_v4l2.cpp1033 unsigned long temp_count = 0; local
1037 temp_count = m_sInput_buff_property.actualcount;
1043 temp_count = m_sOutput_buff_property.actualcount;

Completed in 39 milliseconds