Home
last modified time | relevance | path

Searched refs:m_sOutPortDef (Results 1 – 11 of 11) sorted by relevance

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp271 OMX_INIT_STRUCT(&m_sOutPortDef, OMX_PARAM_PORTDEFINITIONTYPE); in component_init()
272 m_sOutPortDef.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
273 m_sOutPortDef.bEnabled = OMX_TRUE; in component_init()
274 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
275 m_sOutPortDef.eDomain = OMX_PortDomainVideo; in component_init()
276 m_sOutPortDef.eDir = OMX_DirOutput; in component_init()
277 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init()
278 m_sOutPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init()
279 m_sOutPortDef.format.video.nBitrate = 64000; in component_init()
280 m_sOutPortDef.format.video.xFramerate = 15 << 16; in component_init()
[all …]
Domx_video_base.cpp816 ( m_sInPortDef.bEnabled == OMX_FALSE && m_sOutPortDef.bEnabled == OMX_FALSE)) in send_command_proxy()
1217 m_sOutPortDef.bEnabled = OMX_TRUE; in send_command_proxy()
1261 m_sOutPortDef.bEnabled = OMX_FALSE; in send_command_proxy()
1552 dev_get_buf_req (&m_sOutPortDef.nBufferCountMin, in get_parameter()
1553 &m_sOutPortDef.nBufferCountActual, in get_parameter()
1554 &m_sOutPortDef.nBufferSize, in get_parameter()
1555 m_sOutPortDef.nPortIndex); in get_parameter()
1557 m_sOutPortDef.nBufferSize, m_sOutPortDef.nBufferCountMin, in get_parameter()
1558 m_sOutPortDef.nBufferCountActual); in get_parameter()
1559 memcpy(portDefn, &m_sOutPortDef, sizeof(m_sOutPortDef)); in get_parameter()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp389 OMX_INIT_STRUCT(&m_sOutPortDef, OMX_PARAM_PORTDEFINITIONTYPE); in component_init()
390 m_sOutPortDef.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
391 m_sOutPortDef.bEnabled = OMX_TRUE; in component_init()
392 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
393 m_sOutPortDef.eDomain = OMX_PortDomainVideo; in component_init()
394 m_sOutPortDef.eDir = OMX_DirOutput; in component_init()
395 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init()
396 m_sOutPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init()
397 m_sOutPortDef.format.video.nBitrate = 64000; in component_init()
398 m_sOutPortDef.format.video.xFramerate = 15 << 16; in component_init()
[all …]
Domx_swvenc_hevc.cpp256 OMX_INIT_STRUCT(&m_sOutPortDef, OMX_PARAM_PORTDEFINITIONTYPE); in component_init()
257 m_sOutPortDef.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
258 m_sOutPortDef.bEnabled = OMX_TRUE; in component_init()
259 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
260 m_sOutPortDef.eDomain = OMX_PortDomainVideo; in component_init()
261 m_sOutPortDef.eDir = OMX_DirOutput; in component_init()
262 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init()
263 m_sOutPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init()
264 m_sOutPortDef.format.video.nBitrate = 64000; in component_init()
265 m_sOutPortDef.format.video.xFramerate = 15 << 16; in component_init()
[all …]
Domx_swvenc_mpeg4.cpp313 OMX_INIT_STRUCT(&m_sOutPortDef, OMX_PARAM_PORTDEFINITIONTYPE); in component_init()
314 m_sOutPortDef.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
315 m_sOutPortDef.bEnabled = OMX_TRUE; in component_init()
316 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
317 m_sOutPortDef.eDomain = OMX_PortDomainVideo; in component_init()
318 m_sOutPortDef.eDir = OMX_DirOutput; in component_init()
319 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init()
320 m_sOutPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init()
321 m_sOutPortDef.format.video.nBitrate = 64000; in component_init()
322 m_sOutPortDef.format.video.xFramerate = 15 << 16; in component_init()
[all …]
Domx_video_base.cpp834 … ( m_sInPortDef.bEnabled == OMX_FALSE && m_sOutPortDef.bEnabled == OMX_FALSE)) { in send_command_proxy()
1160 m_sOutPortDef.bEnabled = OMX_TRUE; in send_command_proxy()
1193 m_sOutPortDef.bEnabled = OMX_FALSE; in send_command_proxy()
1544 dev_get_buf_req (&m_sOutPortDef.nBufferCountMin, in get_parameter()
1545 &m_sOutPortDef.nBufferCountActual, in get_parameter()
1546 &m_sOutPortDef.nBufferSize, in get_parameter()
1547 m_sOutPortDef.nPortIndex); in get_parameter()
1550 … (unsigned int)m_sOutPortDef.nBufferSize, (unsigned int)m_sOutPortDef.nBufferCountMin, in get_parameter()
1551 (unsigned int)m_sOutPortDef.nBufferCountActual); in get_parameter()
1552 memcpy(portDefn, &m_sOutPortDef, sizeof(m_sOutPortDef)); in get_parameter()
[all …]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp317 OMX_INIT_STRUCT(&m_sOutPortDef, OMX_PARAM_PORTDEFINITIONTYPE); in component_init()
318 m_sOutPortDef.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
319 m_sOutPortDef.bEnabled = OMX_TRUE; in component_init()
320 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
321 m_sOutPortDef.eDomain = OMX_PortDomainVideo; in component_init()
322 m_sOutPortDef.eDir = OMX_DirOutput; in component_init()
323 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init()
324 m_sOutPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init()
325 m_sOutPortDef.format.video.nBitrate = 64000; in component_init()
326 m_sOutPortDef.format.video.xFramerate = 15 << 16; in component_init()
[all …]
Domx_video_base.cpp762 … ( m_sInPortDef.bEnabled == OMX_FALSE && m_sOutPortDef.bEnabled == OMX_FALSE)) { in send_command_proxy()
1088 m_sOutPortDef.bEnabled = OMX_TRUE; in send_command_proxy()
1121 m_sOutPortDef.bEnabled = OMX_FALSE; in send_command_proxy()
1472 dev_get_buf_req (&m_sOutPortDef.nBufferCountMin, in get_parameter()
1473 &m_sOutPortDef.nBufferCountActual, in get_parameter()
1474 &m_sOutPortDef.nBufferSize, in get_parameter()
1475 m_sOutPortDef.nPortIndex); in get_parameter()
1478 … (unsigned int)m_sOutPortDef.nBufferSize, (unsigned int)m_sOutPortDef.nBufferCountMin, in get_parameter()
1479 (unsigned int)m_sOutPortDef.nBufferCountActual); in get_parameter()
1480 memcpy(portDefn, &m_sOutPortDef, sizeof(m_sOutPortDef)); in get_parameter()
[all …]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
Domx_video_base.h536 OMX_PARAM_PORTDEFINITIONTYPE m_sOutPortDef; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h598 OMX_PARAM_PORTDEFINITIONTYPE m_sOutPortDef; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h588 OMX_PARAM_PORTDEFINITIONTYPE m_sOutPortDef; variable