Searched refs:m_tmp_meta_buf (Results 1 – 8 of 8) sorted by relevance
255 omx_qcelp13_aenc::omx_qcelp13_aenc(): m_tmp_meta_buf(NULL), in omx_qcelp13_aenc()1121 m_tmp_meta_buf = (OMX_U8*) malloc(sizeof(OMX_U8) * in component_init()1124 if (m_tmp_meta_buf == NULL){ in component_init()3983 if (m_tmp_meta_buf) in empty_this_buffer_proxy()3985 data = m_tmp_meta_buf; in empty_this_buffer_proxy()4326 if(pcm_input && m_tmp_meta_buf ) in deinit_encoder()4328 free(m_tmp_meta_buf); in deinit_encoder()
255 omx_amr_aenc::omx_amr_aenc(): m_tmp_meta_buf(NULL), in omx_amr_aenc()1117 m_tmp_meta_buf = (OMX_U8*) malloc(sizeof(OMX_U8) * in component_init()1120 if (m_tmp_meta_buf == NULL){ in component_init()3983 if (m_tmp_meta_buf) in empty_this_buffer_proxy()3985 data = m_tmp_meta_buf; in empty_this_buffer_proxy()4325 if(pcm_input && m_tmp_meta_buf ) in deinit_encoder()4327 free(m_tmp_meta_buf); in deinit_encoder()
255 omx_evrc_aenc::omx_evrc_aenc(): m_tmp_meta_buf(NULL), in omx_evrc_aenc()1119 m_tmp_meta_buf = (OMX_U8*) malloc(sizeof(OMX_U8) * in component_init()1122 if (m_tmp_meta_buf == NULL){ in component_init()3985 if (m_tmp_meta_buf) in empty_this_buffer_proxy()3987 data = m_tmp_meta_buf; in empty_this_buffer_proxy()4326 if(pcm_input && m_tmp_meta_buf ) in deinit_encoder()4328 free(m_tmp_meta_buf); in deinit_encoder()
363 OMX_U8 *m_tmp_meta_buf; variable
256 omx_aac_aenc::omx_aac_aenc(): m_tmp_meta_buf(NULL), in omx_aac_aenc()1125 m_tmp_meta_buf = (OMX_U8*) malloc(sizeof(OMX_U8) * in component_init()1128 if (m_tmp_meta_buf == NULL) { in component_init()4081 if (m_tmp_meta_buf) in empty_this_buffer_proxy()4083 data = m_tmp_meta_buf; in empty_this_buffer_proxy()4484 if(pcm_input && m_tmp_meta_buf ) in deinit_encoder()4486 free(m_tmp_meta_buf); in deinit_encoder()
364 OMX_U8 *m_tmp_meta_buf; variable
436 OMX_U8 *m_tmp_meta_buf; variable