Home | History | Annotate | Download | only in src

Lines Matching refs:omx

112     if (!strncmp((char *)m_nkind,"OMX.qcom.video.encoder.mpeg4",\
117 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
121 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
127 else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.vp8", \
159 //Intialise the OMX layer variables
450 OMX Set Parameter method implementation.
456 OMX Error None if successful.
768 if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.mpeg4",\
774 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
780 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
787 else if (!strncmp((char*)m_nkind, "OMX.qcom.video.encoder.vp8",\
811 if (!strncmp((char*)m_nkind, "OMX.qcom.video.encoder.avc",OMX_MAX_STRINGNAME_SIZE)) {
818 } else if (!strncmp((char*)m_nkind, "OMX.qcom.video.encoder.mpeg4",OMX_MAX_STRINGNAME_SIZE)) {
825 } else if (!strncmp((char*)m_nkind, "OMX.qcom.video.encoder.h263",OMX_MAX_STRINGNAME_SIZE)) {
834 else if (!strncmp((char*)m_nkind, "OMX.qcom.video.encoder.vp8",OMX_MAX_STRINGNAME_SIZE)) {
1179 if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.mpeg4",\
1185 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.h263",\
1191 } else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.avc",\
1198 else if (!strncmp((char *)m_nkind, "OMX.qcom.video.encoder.vp8",\
1212 OMX Set Config method implementation
1218 OMX Error None if successful.
1469 OMX Error None if everything successful.
1477 DEBUG_PRINT_ERROR("WARNING:Rxd DeInit,OMX not in LOADED state %d\n",\
1665 omx_video* omx = NULL;
1676 omx = reinterpret_cast<omx_video*>(context);
1681 omx->omx_report_error();
1688 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1692 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1696 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1700 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1705 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1709 omx->post_event (NULL,m_sVenc_msg->statuscode,\
1717 (((OMX_U32)(omxhdr - omx->m_inp_mem_ptr) > omx->m_sInPortDef.nBufferCountActual) &&
1718 ((OMX_U32)(omxhdr - omx->meta_buffer_hdr) > omx->m_sInPortDef.nBufferCountActual))) {
1724 omx->omx_release_meta_buffer(omxhdr);
1726 omx->post_event ((unsigned int)omxhdr,m_sVenc_msg->statuscode,
1733 ((OMX_U32)(omxhdr - omx->m_out_mem_ptr) < omx->m_sOutPortDef.nBufferCountActual)) {
1742 if (omx->output_use_buffer && !omx->m_use_output_pmem) {
1756 omx->post_event ((unsigned int)omxhdr,m_sVenc_msg->statuscode,
1765 omx->post_event (NULL,m_sVenc_msg->statuscode,