Home
last modified time | relevance | path

Searched refs:m_sOutPortDef (Results 1 – 19 of 19) 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.cpp396 OMX_INIT_STRUCT(&m_sOutPortDef, OMX_PARAM_PORTDEFINITIONTYPE); in component_init()
397 m_sOutPortDef.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
398 m_sOutPortDef.bEnabled = OMX_TRUE; in component_init()
399 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
400 m_sOutPortDef.eDomain = OMX_PortDomainVideo; in component_init()
401 m_sOutPortDef.eDir = OMX_DirOutput; in component_init()
402 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init()
403 m_sOutPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init()
404 m_sOutPortDef.format.video.nBitrate = 64000; in component_init()
405 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.cpp840 … ( m_sInPortDef.bEnabled == OMX_FALSE && m_sOutPortDef.bEnabled == OMX_FALSE)) { in send_command_proxy()
1166 m_sOutPortDef.bEnabled = OMX_TRUE; in send_command_proxy()
1199 m_sOutPortDef.bEnabled = OMX_FALSE; in send_command_proxy()
1550 dev_get_buf_req (&m_sOutPortDef.nBufferCountMin, in get_parameter()
1551 &m_sOutPortDef.nBufferCountActual, in get_parameter()
1552 &m_sOutPortDef.nBufferSize, in get_parameter()
1553 m_sOutPortDef.nPortIndex); in get_parameter()
1556 … (unsigned int)m_sOutPortDef.nBufferSize, (unsigned int)m_sOutPortDef.nBufferCountMin, in get_parameter()
1557 (unsigned int)m_sOutPortDef.nBufferCountActual); in get_parameter()
1558 memcpy(portDefn, &m_sOutPortDef, sizeof(m_sOutPortDef)); in get_parameter()
[all …]
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_swvenc_mpeg4.cpp337 OMX_INIT_STRUCT(&m_sOutPortDef, OMX_PARAM_PORTDEFINITIONTYPE); in component_init()
338 m_sOutPortDef.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
339 m_sOutPortDef.bEnabled = OMX_TRUE; in component_init()
340 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
341 m_sOutPortDef.eDomain = OMX_PortDomainVideo; in component_init()
342 m_sOutPortDef.eDir = OMX_DirOutput; in component_init()
343 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init()
344 m_sOutPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init()
345 m_sOutPortDef.format.video.nBitrate = 64000; in component_init()
346 m_sOutPortDef.format.video.xFramerate = 15 << 16; in component_init()
[all …]
Domx_video_encoder.cpp306 OMX_INIT_STRUCT(&m_sOutPortDef, OMX_PARAM_PORTDEFINITIONTYPE); in component_init()
307 m_sOutPortDef.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
308 m_sOutPortDef.bEnabled = OMX_TRUE; in component_init()
309 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
310 m_sOutPortDef.eDomain = OMX_PortDomainVideo; in component_init()
311 m_sOutPortDef.eDir = OMX_DirOutput; in component_init()
312 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init()
313 m_sOutPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init()
314 m_sOutPortDef.format.video.nBitrate = 64000; in component_init()
315 m_sOutPortDef.format.video.xFramerate = 15 << 16; in component_init()
[all …]
Domx_video_base.cpp807 … ( m_sInPortDef.bEnabled == OMX_FALSE && m_sOutPortDef.bEnabled == OMX_FALSE)) { in send_command_proxy()
1133 m_sOutPortDef.bEnabled = OMX_TRUE; in send_command_proxy()
1166 m_sOutPortDef.bEnabled = OMX_FALSE; in send_command_proxy()
1575 dev_get_buf_req (&m_sOutPortDef.nBufferCountMin, in get_parameter()
1576 &m_sOutPortDef.nBufferCountActual, in get_parameter()
1577 &m_sOutPortDef.nBufferSize, in get_parameter()
1578 m_sOutPortDef.nPortIndex); in get_parameter()
1579 dev_get_dimensions(m_sOutPortDef.nPortIndex, in get_parameter()
1580 &m_sOutPortDef.format.video.nFrameWidth, in get_parameter()
1581 &m_sOutPortDef.format.video.nFrameHeight); 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.cpp764 … ( m_sInPortDef.bEnabled == OMX_FALSE && m_sOutPortDef.bEnabled == OMX_FALSE)) { in send_command_proxy()
1090 m_sOutPortDef.bEnabled = OMX_TRUE; in send_command_proxy()
1123 m_sOutPortDef.bEnabled = OMX_FALSE; in send_command_proxy()
1474 dev_get_buf_req (&m_sOutPortDef.nBufferCountMin, in get_parameter()
1475 &m_sOutPortDef.nBufferCountActual, in get_parameter()
1476 &m_sOutPortDef.nBufferSize, in get_parameter()
1477 m_sOutPortDef.nPortIndex); in get_parameter()
1480 … (unsigned int)m_sOutPortDef.nBufferSize, (unsigned int)m_sOutPortDef.nBufferCountMin, in get_parameter()
1481 (unsigned int)m_sOutPortDef.nBufferCountActual); in get_parameter()
1482 memcpy(portDefn, &m_sOutPortDef, sizeof(m_sOutPortDef)); in get_parameter()
[all …]
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp410 OMX_INIT_STRUCT(&m_sOutPortDef, OMX_PARAM_PORTDEFINITIONTYPE); in component_init()
411 m_sOutPortDef.nPortIndex = (OMX_U32) PORT_INDEX_OUT; in component_init()
412 m_sOutPortDef.bEnabled = OMX_TRUE; in component_init()
413 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
414 m_sOutPortDef.eDomain = OMX_PortDomainVideo; in component_init()
415 m_sOutPortDef.eDir = OMX_DirOutput; in component_init()
416 m_sOutPortDef.format.video.nFrameWidth = OMX_CORE_QCIF_WIDTH; in component_init()
417 m_sOutPortDef.format.video.nFrameHeight = OMX_CORE_QCIF_HEIGHT; in component_init()
418 m_sOutPortDef.format.video.nBitrate = 64000; in component_init()
419 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.cpp851 … ( m_sInPortDef.bEnabled == OMX_FALSE && m_sOutPortDef.bEnabled == OMX_FALSE)) { in send_command_proxy()
1177 m_sOutPortDef.bEnabled = OMX_TRUE; in send_command_proxy()
1210 m_sOutPortDef.bEnabled = OMX_FALSE; in send_command_proxy()
1567 dev_get_buf_req (&m_sOutPortDef.nBufferCountMin, in get_parameter()
1568 &m_sOutPortDef.nBufferCountActual, in get_parameter()
1569 &m_sOutPortDef.nBufferSize, in get_parameter()
1570 m_sOutPortDef.nPortIndex); in get_parameter()
1573 … (unsigned int)m_sOutPortDef.nBufferSize, (unsigned int)m_sOutPortDef.nBufferCountMin, in get_parameter()
1574 (unsigned int)m_sOutPortDef.nBufferCountActual); in get_parameter()
1575 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/msm8974/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h590 OMX_PARAM_PORTDEFINITIONTYPE m_sOutPortDef; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h612 OMX_PARAM_PORTDEFINITIONTYPE m_sOutPortDef; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h623 OMX_PARAM_PORTDEFINITIONTYPE m_sOutPortDef; variable
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/inc/
Domx_video_base.h672 OMX_PARAM_PORTDEFINITIONTYPE m_sOutPortDef; variable