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

/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 386 milliseconds