Home
last modified time | relevance | path

Searched refs:bPopulated (Results 1 – 25 of 35) sorted by relevance

12

/hardware/qcom/sdm845/media/mm-core/inc/
DOMX_Component.h73 OMX_BOOL bPopulated; /**< Port is populated with all of its buffers as indicated by member
/hardware/qcom/media/msm8996/mm-core/inc/
DOMX_Component.h73 OMX_BOOL bPopulated; /**< Port is populated with all of its buffers as indicated by member
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
DOMX_Component.h73 OMX_BOOL bPopulated; /**< Port is populated with all of its buffers as indicated by member
/hardware/qcom/media/msm8998/mm-core/inc/
DOMX_Component.h73 OMX_BOOL bPopulated; /**< Port is populated with all of its buffers as indicated by member
/hardware/qcom/media/msm8974/mm-core/inc/
DOMX_Component.h73 OMX_BOOL bPopulated; /**< Port is populated with all of its buffers as indicated by member
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Domx_video_base.cpp2463 if(port == PORT_INDEX_IN && m_sInPortDef.bPopulated) in use_buffer()
2474 else if(port == PORT_INDEX_OUT && m_sOutPortDef.bPopulated) in use_buffer()
3039 if(port == PORT_INDEX_IN && m_sInPortDef.bPopulated) in allocate_buffer()
3049 if(port == PORT_INDEX_OUT && m_sOutPortDef.bPopulated) in allocate_buffer()
3128 m_sInPortDef.bPopulated = OMX_FALSE; in free_buffer()
3187 m_sOutPortDef.bPopulated = OMX_FALSE; in free_buffer()
3835 m_sInPortDef.bPopulated = OMX_TRUE; in allocate_input_done()
3881 m_sOutPortDef.bPopulated = OMX_TRUE; in allocate_output_done()
Domx_video_encoder.cpp248 m_sInPortDef.bPopulated = OMX_FALSE; in component_init()
274 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2579 if (port == PORT_INDEX_IN && m_sInPortDef.bPopulated) { in use_buffer()
2587 } else if (port == PORT_INDEX_OUT && m_sOutPortDef.bPopulated) { in use_buffer()
3167 if (port == PORT_INDEX_IN && m_sInPortDef.bPopulated) { in allocate_buffer()
3175 if (port == PORT_INDEX_OUT && m_sOutPortDef.bPopulated) { in allocate_buffer()
3244 m_sInPortDef.bPopulated = OMX_FALSE; in free_buffer()
3293 m_sOutPortDef.bPopulated = OMX_FALSE; in free_buffer()
3928 m_sInPortDef.bPopulated = OMX_TRUE; in allocate_input_done()
3968 m_sOutPortDef.bPopulated = OMX_TRUE; in allocate_output_done()
Domx_video_encoder.cpp294 m_sInPortDef.bPopulated = OMX_FALSE; in component_init()
320 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2883 if (port == PORT_INDEX_IN && m_sInPortDef.bPopulated) { in use_buffer()
2891 } else if (port == PORT_INDEX_OUT && m_sOutPortDef.bPopulated) { in use_buffer()
3483 if (port == PORT_INDEX_IN && m_sInPortDef.bPopulated) { in allocate_buffer()
3491 if (port == PORT_INDEX_OUT && m_sOutPortDef.bPopulated) { in allocate_buffer()
3571 m_sInPortDef.bPopulated = OMX_FALSE; in free_buffer()
3620 m_sOutPortDef.bPopulated = OMX_FALSE; in free_buffer()
4257 m_sInPortDef.bPopulated = OMX_TRUE; in allocate_input_done()
4297 m_sOutPortDef.bPopulated = OMX_TRUE; in allocate_output_done()
Domx_swvenc_hevc.cpp234 m_sInPortDef.bPopulated = OMX_FALSE; in component_init()
259 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
Domx_swvenc_mpeg4.cpp256 m_sInPortDef.bPopulated = OMX_FALSE; in component_init()
316 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
Domx_video_encoder.cpp373 m_sInPortDef.bPopulated = OMX_FALSE; in component_init()
399 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2947 if (port == PORT_INDEX_IN && m_sInPortDef.bPopulated) { in use_buffer()
2955 } else if (port == PORT_INDEX_OUT && m_sOutPortDef.bPopulated) { in use_buffer()
3643 if (port == PORT_INDEX_IN && m_sInPortDef.bPopulated) { in allocate_buffer()
3651 if (port == PORT_INDEX_OUT && m_sOutPortDef.bPopulated) { in allocate_buffer()
3731 m_sInPortDef.bPopulated = OMX_FALSE; in free_buffer()
3779 m_sOutPortDef.bPopulated = OMX_FALSE; in free_buffer()
4446 m_sInPortDef.bPopulated = OMX_TRUE; in allocate_input_done()
4486 m_sOutPortDef.bPopulated = OMX_TRUE; in allocate_output_done()
Domx_video_encoder.cpp283 m_sInPortDef.bPopulated = OMX_FALSE; in component_init()
309 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
Domx_swvenc_mpeg4.cpp280 m_sInPortDef.bPopulated = OMX_FALSE; in component_init()
340 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Domx_video_base.cpp2968 if (port == PORT_INDEX_IN && m_sInPortDef.bPopulated) { in use_buffer()
2976 } else if (port == PORT_INDEX_OUT && m_sOutPortDef.bPopulated) { in use_buffer()
3599 if (port == PORT_INDEX_IN && m_sInPortDef.bPopulated) { in allocate_buffer()
3607 if (port == PORT_INDEX_OUT && m_sOutPortDef.bPopulated) { in allocate_buffer()
3687 m_sInPortDef.bPopulated = OMX_FALSE; in free_buffer()
3735 m_sOutPortDef.bPopulated = OMX_FALSE; in free_buffer()
4394 m_sInPortDef.bPopulated = OMX_TRUE; in allocate_input_done()
4434 m_sOutPortDef.bPopulated = OMX_TRUE; in allocate_output_done()
Domx_swvenc_mpeg4.cpp256 m_sInPortDef.bPopulated = OMX_FALSE; in component_init()
316 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
Domx_video_encoder.cpp387 m_sInPortDef.bPopulated = OMX_FALSE; in component_init()
413 m_sOutPortDef.bPopulated = OMX_FALSE; in component_init()
/hardware/interfaces/media/omx/1.0/vts/functional/component/
DVtsHalMediaOmxV1_0TargetComponentTest.cpp340 EXPECT_EQ(portDef.bPopulated, OMX_FALSE); in TEST_F()
469 ASSERT_EQ(portDef.bPopulated, OMX_FALSE); in TEST_F()
489 ASSERT_EQ(portDef.bPopulated, OMX_FALSE); in TEST_F()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp2840 p_port_def->bPopulated = m_port_ip.populated; in get_port_definition()
2916 p_port_def->bPopulated = m_port_op.populated; in get_port_definition()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp2591 p_port_def->bPopulated = m_port_ip.populated; in get_port_definition()
2675 p_port_def->bPopulated = m_port_op.populated; in get_port_definition()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp2858 p_port_def->bPopulated = m_port_ip.populated; in get_port_definition()
2943 p_port_def->bPopulated = m_port_op.populated; in get_port_definition()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec.cpp2588 … (int)portDefn->nBufferAlignment, (int)portDefn->bEnabled, (int)portDefn->bPopulated, in get_parameter()
3031 … (int)portDefn->nBufferAlignment, (int)portDefn->bEnabled, (int)portDefn->bPopulated, in set_parameter()
7647 portDefn->bPopulated = m_inp_bPopulated; in update_portdef()
7681 portDefn->bPopulated = m_out_bPopulated; in update_portdef()
/hardware/qcom/media/msm8996/videopp/src/
Domx_vdpp.cpp7136 portDefn->bPopulated = m_inp_bPopulated; in update_portdef()
7150 portDefn->bPopulated = m_out_bPopulated; in update_portdef()

12