Searched refs:m_aac_pb_stats (Results 1 – 2 of 2) sorted by relevance
293 memset(&m_aac_pb_stats, 0, sizeof(m_aac_pb_stats)); in omx_aac_aenc()458 m_aac_pb_stats.ebd_cnt++; in buffer_done_cb()461 m_aac_pb_stats.tot_in_buf_len, in buffer_done_cb()462 nNumInputBuf, m_aac_pb_stats.ebd_cnt); in buffer_done_cb()505 m_aac_pb_stats.fbd_cnt++; in frame_done_cb()510 m_aac_pb_stats.tot_out_buf_len, in frame_done_cb()511 m_aac_pb_stats.fbd_cnt); in frame_done_cb()512 m_aac_pb_stats.tot_out_buf_len += bufHdr->nFilledLen; in frame_done_cb()513 m_aac_pb_stats.tot_pb_time = bufHdr->nTimeStamp; in frame_done_cb()515 m_aac_pb_stats.tot_in_buf_len, in frame_done_cb()[all …]
527 AAC_PB_STATS m_aac_pb_stats; variable