Home | History | Annotate | Download | only in src

Lines Matching defs:omx

110   if(!strncmp((char *)m_nkind,"OMX.qcom.video.encoder.mpeg4",\
117 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
123 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
129 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc.secure",\
162 //Intialise the OMX layer variables
467 OMX Set Parameter method implementation.
473 OMX Error None if successful.
783 if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.mpeg4",\
791 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
799 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
827 if(!strncmp((char*)m_nkind, "OMX.qcom.video.encoder.avc",OMX_MAX_STRINGNAME_SIZE))
839 else if(!strncmp((char*)m_nkind, "OMX.qcom.video.encoder.mpeg4",OMX_MAX_STRINGNAME_SIZE))
851 else if(!strncmp((char*)m_nkind, "OMX.qcom.video.encoder.h263",OMX_MAX_STRINGNAME_SIZE))
1165 if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.mpeg4",\
1173 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
1181 else if(!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
1196 OMX Set Config method implementation
1202 OMX Error None if successful.
1433 OMX Error None if everything successful.
1442 DEBUG_PRINT_ERROR("WARNING:Rxd DeInit,OMX not in LOADED state %d\n",\
1602 omx_video* omx = NULL;
1614 omx = reinterpret_cast<omx_video*>(context);
1620 omx->omx_report_error();
1629 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1634 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1639 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1644 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1651 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1655 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1663 (((OMX_U32)(omxhdr - omx->m_inp_mem_ptr) > omx->m_sInPortDef.nBufferCountActual) &&
1664 ((OMX_U32)(omxhdr - omx->meta_buffer_hdr) > omx->m_sInPortDef.nBufferCountActual)))
1671 omx->omx_release_meta_buffer(omxhdr);
1673 omx->post_event ((unsigned int)omxhdr,m_sVenc_msg->statuscode,
1681 ((OMX_U32)(omxhdr - omx->m_out_mem_ptr) < omx->m_sOutPortDef.nBufferCountActual))
1692 if(omx->output_use_buffer && !omx->m_use_output_pmem)
1712 omx->post_event ((unsigned int)omxhdr,m_sVenc_msg->statuscode,