Home | History | Annotate | Download | only in src

Lines Matching defs:omx

85     ////////////////// OMX COMPONENT CAPABILITY RELATED MEMBERS
103 omx_video* omx = reinterpret_cast<omx_video*>(input);
111 n = read(omx->m_pipe_in, &id, 1);
119 omx->process_event_cb(omx, id);
131 void post_message(omx_video *omx, unsigned char id)
134 write(omx->m_pipe_out, &id, 1);
143 // omx cmd queue constructor
149 // omx cmd queue insert
173 // omx cmd queue pop
293 DEBUG_PRINT_HIGH("Exiting 7x30 OMX Video Encoder ...\n");
1292 Executes the OMX flush.
1323 Executes the OMX flush at OUTPUT PORT.
1370 Executes the OMX flush at INPUT PORT.
1486 OMX Get Parameter method implementation
1871 OMX Get Config Method implementation.
1877 OMX Error None if successful.
1945 OMX GetExtensionIndex method implementaion. <TBD>
1951 OMX Error None if everything successful.
1959 "OMX.QCOM.index.param.SliceDeliveryMode",
1960 "OMX.google.android.index.storeMetaDataInBuffers",
1961 "OMX.google.android.index.prependSPSPPSToIDRFrames",
1962 "OMX.google.android.index.setVUIStreamRestrictFlag"
2017 OMX Component Tunnel Request method implementation. <TBD>
2023 OMX Error None if everything successful.
2260 //OMX Buffer header
2414 OMX Use Buffer method implementation.
2420 OMX Error None , if everything successful.
2822 OMX Error None if everything went well.
2998 OMX_ERRORTYPE eRet = OMX_ErrorNone; // OMX return type
3270 OMX Error None if everything went successful.
3294 DEBUG_PRINT_ERROR("\nERROR: omx_video::etb--> OMX Version Invalid");
3334 OMX Error None if everything went successful.
3519 DEBUG_PRINT_ERROR("ERROR: omx_video::ftb-->OMX Version Invalid\n");
3607 OMX Error None if everything successful.
3628 OMX Use EGL Image method implementation <TBD>.
3652 OMX Component Role Enum method implementation.
3658 OMX Error None if everything is successful.
3665 if(!strncmp((char*)m_nkind, "OMX.qcom.video.decoder.mpeg4",OMX_MAX_STRINGNAME_SIZE))
3677 else if(!strncmp((char*)m_nkind, "OMX.qcom.video.decoder.h263",OMX_MAX_STRINGNAME_SIZE))
3690 else if(!strncmp((char*)m_nkind, "OMX.qcom.video.decoder.avc",OMX_MAX_STRINGNAME_SIZE))
3703 else if(!strncmp((char*)m_nkind, "OMX.qcom.video.decoder.vc1",OMX_MAX_STRINGNAME_SIZE))
3716 if(!strncmp((char*)m_nkind, "OMX.qcom.video.encoder.mpeg4",OMX_MAX_STRINGNAME_SIZE))
3728 else if(!strncmp((char*)m_nkind, "OMX.qcom.video.encoder.h263",OMX_MAX_STRINGNAME_SIZE))
3741 else if(!strncmp((char*)m_nkind, "OMX.qcom.video.encoder.avc",OMX_MAX_STRINGNAME_SIZE))