Home
last modified time | relevance | path

Searched refs:port_index (Results 1 – 15 of 15) sorted by relevance

/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp393 OMX_U32 port_index = nParam1; in CBaseSendCommand() local
395 if ((port_index != OMX_ALL) && (port_index > nr_ports-1)) in CBaseSendCommand()
401 OMX_U32 port_index = nParam1; in CBaseSendCommand() local
403 if ((port_index != OMX_ALL) && (port_index > nr_ports-1)) in CBaseSendCommand()
410 OMX_U32 port_index = nParam1; in CBaseSendCommand() local
412 if (port_index > nr_ports-1) in CBaseSendCommand()
1095 OMX_U32 port_index; in CBaseEmptyThisBuffer() local
1105 port_index = pBuffer->nInputPortIndex; in CBaseEmptyThisBuffer()
1106 if (port_index == (OMX_U32)-1) in CBaseEmptyThisBuffer()
1110 if (port_index < nr_ports) in CBaseEmptyThisBuffer()
[all …]
Dportbase.cpp671 OMX_U32 port_index; in ReturnThisBuffer() local
690 port_index = pBuffer->nInputPortIndex; in ReturnThisBuffer()
694 port_index = pBuffer->nOutputPortIndex; in ReturnThisBuffer()
706 if (port_index != portdefinition.nPortIndex) { in ReturnThisBuffer()
710 portdefinition.nPortIndex, pBuffer, port_index); in ReturnThisBuffer()
722 port_index, pBuffer->nFlags, NULL); in ReturnThisBuffer()
/hardware/qcom/msm8x84/kernel-headers/media/
Dmsm_vidc.h56 unsigned int port_index; member
76 unsigned int port_index; member
87 unsigned int port_index; member
/hardware/qcom/msm8994/original-kernel-headers/media/
Dmsm_vidc.h33 unsigned int port_index; member
49 unsigned int port_index; member
58 unsigned int port_index; member
/hardware/qcom/msm8994/kernel-headers/media/
Dmsm_vidc.h56 unsigned int port_index; member
76 unsigned int port_index; member
87 unsigned int port_index; member
/hardware/qcom/msm8x84/original-kernel-headers/media/
Dmsm_vidc.h33 unsigned int port_index; member
49 unsigned int port_index; member
58 unsigned int port_index; member
/hardware/qcom/msm8996/original-kernel-headers/media/
Dmsm_vidc.h43 unsigned int port_index; member
73 unsigned int port_index; member
83 unsigned int port_index; member
96 unsigned int port_index; member
/hardware/qcom/msm8996/kernel-headers/media/
Dmsm_vidc.h60 unsigned int port_index; member
94 unsigned int port_index; member
105 unsigned int port_index; member
119 unsigned int port_index; member
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h348 OMX_ERRORTYPE get_buffer_requirements_swvdec(unsigned int port_index);
378 OMX_ERRORTYPE flush(unsigned int port_index);
439 OMX_ERRORTYPE async_process_event_cmd_flush(unsigned int port_index);
442 unsigned int port_index);
444 unsigned int port_index);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
Domx_swvdec.h347 OMX_ERRORTYPE get_buffer_requirements_swvdec(unsigned int port_index);
375 OMX_ERRORTYPE flush(unsigned int port_index);
438 OMX_ERRORTYPE async_process_event_cmd_flush(unsigned int port_index);
441 unsigned int port_index);
443 unsigned int port_index);
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp3453 unsigned int port_index) in get_buffer_requirements_swvdec() argument
3463 if (port_index == OMX_CORE_PORT_INDEX_IP) in get_buffer_requirements_swvdec()
3487 else if (port_index == OMX_CORE_PORT_INDEX_OP) in get_buffer_requirements_swvdec()
3518 OMX_SWVDEC_LOG_ERROR("port index '%d' invalid", port_index); in get_buffer_requirements_swvdec()
4529 OMX_ERRORTYPE omx_swvdec::flush(unsigned int port_index) in flush() argument
4533 if (((port_index == OMX_CORE_PORT_INDEX_IP) && in flush()
4535 ((port_index == OMX_CORE_PORT_INDEX_OP) && in flush()
4537 ((port_index == OMX_ALL) && in flush()
4542 port_index); in flush()
4550 if (port_index == OMX_CORE_PORT_INDEX_IP) in flush()
[all …]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_swvdec.cpp3148 unsigned int port_index) in get_buffer_requirements_swvdec() argument
3158 if (port_index == OMX_CORE_PORT_INDEX_IP) in get_buffer_requirements_swvdec()
3182 else if (port_index == OMX_CORE_PORT_INDEX_OP) in get_buffer_requirements_swvdec()
3213 OMX_SWVDEC_LOG_ERROR("port index '%d' invalid", port_index); in get_buffer_requirements_swvdec()
4192 OMX_ERRORTYPE omx_swvdec::flush(unsigned int port_index) in flush() argument
4196 if (((port_index == OMX_CORE_PORT_INDEX_IP) && in flush()
4198 ((port_index == OMX_CORE_PORT_INDEX_OP) && in flush()
4200 ((port_index == OMX_ALL) && in flush()
4204 OMX_SWVDEC_LOG_HIGH("flush port %d already in progress", port_index); in flush()
4212 if (port_index == OMX_CORE_PORT_INDEX_IP) in flush()
[all …]
/hardware/intel/common/wrs_omxil_core/base/inc/
Dcomponentbase.h336 void FlushPort(OMX_U32 port_index, bool notify);
339 void TransStatePort(OMX_U32 port_index, OMX_U8 state);
380 virtual OMX_ERRORTYPE ProcessorFlush(OMX_U32 port_index); /* Flush */
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/inc/
Dvideo_encoder_device_v4l2.h289 enum v4l2_ports port_index; member
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp992 DEBUG_PRINT_HIGH("2nd allocation return for port = %d",extradata_info->port_index); in allocate_extradata()
1524 input_extradata_info.port_index = OUTPUT_PORT; in venc_open()
1525 output_extradata_info.port_index = CAPTURE_PORT; in venc_open()
8116 roi_extradata_info.port_index = OUTPUT_PORT; in venc_dev_pq()