Searched refs:tParamSetNPA (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c522 OMX_TI_PARAM_BUFFERPREANNOUNCE tParamSetNPA; local
590 tParamSetNPA.nSize = sizeof(OMX_TI_PARAM_BUFFERPREANNOUNCE);
591 tParamSetNPA.nVersion.s.nVersionMajor = OMX_VER_MAJOR;
592 tParamSetNPA.nVersion.s.nVersionMinor = OMX_VER_MINOR;
593 tParamSetNPA.nVersion.s.nRevision = 0x0;
594 tParamSetNPA.nVersion.s.nStep = 0x0;
595 tParamSetNPA.nPortIndex = OMX_H264E_INPUT_PORT;
596 tParamSetNPA.bEnabled = OMX_FALSE;
598 PROXY_SetParameter(hComponent,OMX_TI_IndexParamBufferPreAnnouncement, &tParamSetNPA);
/hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c504 OMX_TI_PARAM_BUFFERPREANNOUNCE tParamSetNPA; local
566 tParamSetNPA.nSize = sizeof(OMX_TI_PARAM_BUFFERPREANNOUNCE);
567 tParamSetNPA.nVersion.s.nVersionMajor = OMX_VER_MAJOR;
568 tParamSetNPA.nVersion.s.nVersionMinor = OMX_VER_MINOR;
569 tParamSetNPA.nVersion.s.nRevision = 0x0;
570 tParamSetNPA.nVersion.s.nStep = 0x0;
571 tParamSetNPA.nPortIndex = OMX_MPEG4E_INPUT_PORT;
572 tParamSetNPA.bEnabled = OMX_TRUE;
574 PROXY_SetParameter(hComponent,OMX_TI_IndexParamBufferPreAnnouncement, &tParamSetNPA);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_h264_enc/src/
H A Domx_proxy_h264enc.c377 OMX_TI_PARAM_BUFFERPREANNOUNCE tParamSetNPA; local
445 tParamSetNPA.nSize = sizeof(OMX_TI_PARAM_BUFFERPREANNOUNCE);
446 tParamSetNPA.nVersion.s.nVersionMajor = OMX_VER_MAJOR;
447 tParamSetNPA.nVersion.s.nVersionMinor = OMX_VER_MINOR;
448 tParamSetNPA.nVersion.s.nRevision = 0x0;
449 tParamSetNPA.nVersion.s.nStep = 0x0;
450 tParamSetNPA.nPortIndex = OMX_H264E_INPUT_PORT;
451 tParamSetNPA.bEnabled = OMX_FALSE;
453 PROXY_SetParameter(hComponent,OMX_TI_IndexParamBufferPreAnnouncement, &tParamSetNPA);
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_mpeg4_enc/src/
H A Domx_proxy_mpeg4enc.c366 OMX_TI_PARAM_BUFFERPREANNOUNCE tParamSetNPA; local
428 tParamSetNPA.nSize = sizeof(OMX_TI_PARAM_BUFFERPREANNOUNCE);
429 tParamSetNPA.nVersion.s.nVersionMajor = OMX_VER_MAJOR;
430 tParamSetNPA.nVersion.s.nVersionMinor = OMX_VER_MINOR;
431 tParamSetNPA.nVersion.s.nRevision = 0x0;
432 tParamSetNPA.nVersion.s.nStep = 0x0;
433 tParamSetNPA.nPortIndex = OMX_MPEG4E_INPUT_PORT;
434 tParamSetNPA.bEnabled = OMX_TRUE;
436 PROXY_SetParameter(hComponent,OMX_TI_IndexParamBufferPreAnnouncement, &tParamSetNPA);

Completed in 89 milliseconds