Home | History | Annotate | Download | only in src

Lines Matching refs:m_tmp_meta_buf

255 omx_amr_aenc::omx_amr_aenc(): m_tmp_meta_buf(NULL),
1117 m_tmp_meta_buf = (OMX_U8*) malloc(sizeof(OMX_U8) *
1120 if (m_tmp_meta_buf == NULL){
3983 if (m_tmp_meta_buf)
3985 data = m_tmp_meta_buf;
4325 if(pcm_input && m_tmp_meta_buf )
4327 free(m_tmp_meta_buf);