Searched defs:nBitrate (Results 1 - 9 of 9) sorted by relevance

/hardware/qcom/media/mm-video-legacy/vidc/venc/test/
H A Dvenc_test.cpp229 OMX_U32 nBitrate; member in struct:ProfileType
536 ,portdef.format.video.nFrameWidth,portdef.format.video.nBitrate);
558 portdef.format.video.nBitrate = m_sProfile.nBitrate;
603 if(m_sProfile.nBitrate <= (int)profile_tbl[2])
723 bitrate.nTargetBitrate = m_sProfile.nBitrate;
1896 m_sProfile.nBitrate = atoi(argv[5]);
1942 m_sProfile.nBitrate,
/hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
H A Dvenc_test.cpp268 OMX_U32 nBitrate; member in struct:ProfileType
575 ,portdef.format.video.nFrameWidth,portdef.format.video.nBitrate);
597 portdef.format.video.nBitrate = m_sProfile.nBitrate;
641 if (m_sProfile.nBitrate <= (unsigned int)profile_tbl[2]) {
755 bitrate.nTargetBitrate = m_sProfile.nBitrate;
1905 m_sProfile.nBitrate = atoi(argv[5]);
1953 m_sProfile.nBitrate,
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/
H A DVideoEncTest.c305 OMX_U32 nBitrate; member in struct:MYDATATYPE
897 pAppData->pOutPortDef->format.video.nBitrate = pAppData->nBitrate;
920 pAppData->pVidParamBitrate->nTargetBitrate = pAppData->pOutPortDef->format.video.nBitrate;
1032 pAppData->pOutPortDef->format.video.nBitrate = pAppData->nBitrate;
1055 pAppData->pVidParamBitrate->nTargetBitrate = pAppData->pOutPortDef->format.video.nBitrate;
1619 pAppData->nTargetBitRate = pAppData->nBitrate; /* Refer to DSP socket node interface guide for usage */
2308 pAppData->nBitrate = atoi(argv[6]);
2309 if(pAppData->nBitrate > 1000000
[all...]
/hardware/qcom/media/mm-core/inc/
H A DOMX_Video.h112 * nBitrate : Bit rate of frame to be used on channel if
134 OMX_U32 nBitrate; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Video.h109 * nBitrate : Bit rate of frame to be used on channel if
131 OMX_U32 nBitrate; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
H A DOMX_Video.h109 * nBitrate : Bit rate of frame to be used on channel if
131 OMX_U32 nBitrate; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Video.h109 * nBitrate : Bit rate of frame to be used on channel if
131 OMX_U32 nBitrate; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/ti/omap4-aah/domx/omx_core/inc/
H A DOMX_Video.h127 * nBitrate : Bit rate of frame to be used on channel if
149 OMX_U32 nBitrate; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE
/hardware/ti/omap4xxx/domx/omx_core/inc/
H A DOMX_Video.h109 * nBitrate : Bit rate of frame to be used on channel if
131 OMX_U32 nBitrate; member in struct:OMX_VIDEO_PORTDEFINITIONTYPE

Completed in 302 milliseconds