Home
last modified time | relevance | path

Searched defs:port (Results 1 – 25 of 50) sorted by relevance

12

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
DExynos_OMX_Macros.h59 #define CHECK_PORT_BEING_FLUSHED(port) (port->bIsPortFlushed == OMX_TRUE) argument
60 #define CHECK_PORT_BEING_DISABLED(port) (port->bIsPortDisabled == OMX_TRUE) argument
61 #define CHECK_PORT_BEING_FLUSHED_OR_DISABLED(port) ((port->bIsPortFlushed == OMX_TRUE) || (port… argument
62 #define CHECK_PORT_ENABLED(port) (port->portDefinition.bEnabled == OMX_TRUE) argument
63 #define CHECK_PORT_POPULATED(port) (port->portDefinition.bPopulated == OMX_TRUE) argument
64 #define CHECK_PORT_TUNNELED(port) (port->tunnelFlags & EXYNOS_TUNNEL_ESTABLISH… argument
65 #define CHECK_PORT_BUFFER_SUPPLIER(port) (port->tunnelFlags & EXYNOS_TUNNEL_IS_SUPPLI… argument
/hardware/intel/common/omx-components/videocodec/
DOMXVideoDecoderBase.cpp61 PortVideo *port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]); in InitInputPort() local
119 PortVideo *port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]); in InitOutputPort() local
419 PortVideo *port = NULL; in IsAllBufferAvailable() local
464 PortVideo *port = NULL; in PrepareConfigBuffer() local
781 PortVideo *port = NULL; local
796 PortVideo *port = NULL; local
881 PortVideo *port = NULL; local
DOMXVideoEncoderBase.cpp87 PortVideo *port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]); in InitInputPort() local
146 PortVideo *port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]); in InitOutputPort() local
420 PortVideo *port = NULL; in GetParamVideoPortFormat() local
441 PortVideo *port = NULL; in SetParamVideoPortFormat() local
470 PortVideo *port = NULL; in SetParamVideoBitrate() local
808 PortVideo *port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]); in SetStoreMetaDataInBuffers() local
DOMXVideoDecoderVP9Hybrid.cpp323 PortVideo *port = NULL; in SetNativeBufferModeSpecific() local
350 PortVideo *port = NULL; in IsAllBufferAvailable() local
DOMXVideoDecoderVP9HWR.cpp777 PortVideo *port = NULL; in SetNativeBufferModeSpecific() local
808 PortVideo *port = NULL; in IsAllBufferAvailable() local
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
Domx_video_encoder.cpp1516 OMX_U32 omx_venc::dev_flush(unsigned port) in dev_flush()
1535 bool omx_venc::dev_use_buf(void *buf_addr,unsigned port,unsigned index) in dev_use_buf()
1540 bool omx_venc::dev_free_buf(void *buf_addr,unsigned port) in dev_free_buf()
1583 OMX_U32 port) in dev_get_buf_req()
1595 OMX_U32 port) in dev_set_buf_req()
Domx_video_base.cpp2027 OMX_IN OMX_U32 port, in component_tunnel_request()
2053 OMX_IN OMX_U32 port, in use_input_buffer()
2228 OMX_IN OMX_U32 port, in use_output_buffer()
2426 OMX_IN OMX_U32 port, in use_buffer()
2680 OMX_IN OMX_U32 port, in allocate_input_buffer()
2828 OMX_IN OMX_U32 port, in allocate_output_buffer()
2993 OMX_IN OMX_U32 port, in allocate_buffer()
3081 OMX_IN OMX_U32 port, in free_buffer()
3639 OMX_IN OMX_U32 port, in use_EGL_image()
4520 bool omx_video::omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) in get_buffer_size()
Dvideo_encoder_device_copper.cpp464 unsigned long port) in venc_set_buf_req()
533 unsigned long port) in venc_get_buf_req()
1391 unsigned venc_dev::venc_flush( unsigned port) in venc_flush()
1433 bool venc_dev::venc_use_buf(void *buf_addr, unsigned port,unsigned index) in venc_use_buf()
1508 bool venc_dev::venc_free_buf(void *buf_addr, unsigned port) in venc_free_buf()
Dvideo_encoder_device.cpp341 unsigned long port) in venc_set_buf_req()
507 unsigned long port) in venc_get_buf_req()
1438 unsigned venc_dev::venc_flush( unsigned port) in venc_flush()
1469 bool venc_dev::venc_use_buf(void *buf_addr, unsigned port,unsigned) in venc_use_buf() argument
1568 bool venc_dev::venc_free_buf(void *buf_addr, unsigned port) in venc_free_buf()
/hardware/qcom/media/mm-core/src/common/
Domx_core_cmp.cpp239 OMX_IN OMX_U32 port, in qc_omx_component_tunnel_request()
252 OMX_IN OMX_U32 port, in qc_omx_component_use_buffer()
278 OMX_IN OMX_U32 port, in qc_omx_component_allocate_buffer()
296 OMX_IN OMX_U32 port, in qc_omx_component_free_buffer()
379 OMX_IN OMX_U32 port, in qc_omx_component_use_EGL_image()
/hardware/qcom/media/mm-core/omxcore/src/common/
Domx_core_cmp.cpp239 OMX_IN OMX_U32 port, in qc_omx_component_tunnel_request()
251 OMX_IN OMX_U32 port, in qc_omx_component_use_buffer()
277 OMX_IN OMX_U32 port, in qc_omx_component_allocate_buffer()
295 OMX_IN OMX_U32 port, in qc_omx_component_free_buffer()
379 OMX_IN OMX_U32 port, in qc_omx_component_use_EGL_image()
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
Domx_video_encoder.cpp1755 OMX_U32 omx_venc::dev_flush(unsigned port) in dev_flush()
1774 bool omx_venc::dev_use_buf(void *buf_addr,unsigned port,unsigned index) in dev_use_buf()
1779 bool omx_venc::dev_free_buf(void *buf_addr,unsigned port) in dev_free_buf()
1865 OMX_U32 port) in dev_get_buf_req()
1877 OMX_U32 port) in dev_set_buf_req()
Domx_video_base.cpp2051 OMX_IN OMX_U32 port, in component_tunnel_request()
2078 OMX_IN OMX_U32 port, in use_input_buffer()
2245 OMX_IN OMX_U32 port, in use_output_buffer()
2440 OMX_IN OMX_U32 port, in use_buffer()
2675 OMX_IN OMX_U32 port, in allocate_input_buffer()
2824 OMX_IN OMX_U32 port, in allocate_output_buffer()
3000 OMX_IN OMX_U32 port, in allocate_buffer()
3075 OMX_IN OMX_U32 port, in free_buffer()
3602 OMX_IN OMX_U32 port, in use_EGL_image()
4456 bool omx_video::omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) in get_buffer_size()
Dvideo_encoder_device.cpp446 unsigned long port) in venc_set_buf_req()
640 unsigned long port) in venc_get_buf_req()
1649 unsigned venc_dev::venc_flush( unsigned port) in venc_flush()
1675 bool venc_dev::venc_use_buf(void *buf_addr, unsigned port,unsigned) in venc_use_buf() argument
1765 bool venc_dev::venc_free_buf(void *buf_addr, unsigned port) in venc_free_buf()
/hardware/intel/common/wrs_omxil_core/base/src/
Dcomponentbase.cpp492 PortBase *port = NULL; in CBaseGetParameter() local
563 PortBase *port = NULL; in CBaseSetParameter() local
942 PortBase *port = NULL; in CBaseUseBuffer() local
999 PortBase *port = NULL; in CBaseAllocateBuffer() local
1047 PortBase *port = NULL; in CBaseFreeBuffer() local
1089 PortBase *port = NULL; in CBaseEmptyThisBuffer() local
1158 PortBase *port = NULL; in CBaseFillThisBuffer() local
1646 PortBase *port = NULL; in PushThisMark() local
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
Dvidc_color_converter.cpp141 bool omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) in get_buffer_size()
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp3565 OMX_IN OMX_U32 port, in component_tunnel_request()
3638 OMX_IN OMX_U32 port, in use_output_buffer()
3895 OMX_IN OMX_U32 port, in use_input_heap_buffers()
3954 OMX_IN OMX_U32 port, in use_buffer()
4115 OMX_U32 port, in allocate_input_heap_buffer()
4203 OMX_IN OMX_U32 port, in allocate_input_buffer()
4391 OMX_IN OMX_U32 port, in allocate_output_buffer()
4706 OMX_IN OMX_U32 port, in allocate_buffer()
4778 OMX_IN OMX_U32 port, in free_buffer()
5525 OMX_IN OMX_U32 port, in use_EGL_image()
[all …]
Domx_vdec.cpp3828 OMX_IN OMX_U32 port, in component_tunnel_request()
3854 OMX_IN OMX_U32 port, in use_output_buffer()
4122 OMX_IN OMX_U32 port, in use_input_heap_buffers()
4186 OMX_IN OMX_U32 port, in use_buffer()
4416 OMX_U32 port, in allocate_input_heap_buffer()
4504 OMX_IN OMX_U32 port, in allocate_input_buffer()
4691 OMX_IN OMX_U32 port, in allocate_output_buffer()
5032 OMX_IN OMX_U32 port, in allocate_buffer()
5110 OMX_IN OMX_U32 port, in free_buffer()
5933 OMX_IN OMX_U32 port, in use_EGL_image()
[all …]
Domx_vdec_hevc_swvdec.cpp4293 OMX_IN OMX_U32 port, in component_tunnel_request()
4369 OMX_IN OMX_U32 port, in use_output_buffer()
4693 OMX_IN OMX_U32 port, in use_input_heap_buffers()
4759 OMX_IN OMX_U32 port, in use_buffer()
4945 OMX_U32 port, in allocate_input_heap_buffer()
5043 OMX_IN OMX_U32 port, in allocate_input_buffer()
5265 OMX_IN OMX_U32 port, in allocate_output_buffer()
5620 OMX_IN OMX_U32 port, in allocate_buffer()
5713 OMX_IN OMX_U32 port, in free_buffer()
6622 OMX_IN OMX_U32 port, in use_EGL_image()
[all …]
Domx_vdec_msm8974.cpp4206 OMX_IN OMX_U32 port, in component_tunnel_request()
4293 OMX_IN OMX_U32 port, in use_output_buffer()
4573 OMX_IN OMX_U32 port, in use_input_heap_buffers()
4632 OMX_IN OMX_U32 port, in use_buffer()
4802 OMX_U32 port, in allocate_input_heap_buffer()
4890 OMX_IN OMX_U32 port, in allocate_input_buffer()
5081 OMX_IN OMX_U32 port, in allocate_output_buffer()
5400 OMX_IN OMX_U32 port, in allocate_buffer()
5472 OMX_IN OMX_U32 port, in free_buffer()
6301 OMX_IN OMX_U32 port, in use_EGL_image()
[all …]
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
Domx_vdec.cpp4049 OMX_IN OMX_U32 port, in component_tunnel_request()
4075 OMX_IN OMX_U32 port, in use_output_buffer()
4307 OMX_IN OMX_U32 port, in use_input_heap_buffers()
4371 OMX_IN OMX_U32 port, in use_buffer()
4589 OMX_U32 port, in allocate_input_heap_buffer()
4686 OMX_IN OMX_U32 port, in allocate_input_buffer()
4879 OMX_IN OMX_U32 port, in allocate_output_buffer()
5213 OMX_IN OMX_U32 port, in allocate_buffer()
5300 OMX_IN OMX_U32 port, in free_buffer()
6100 OMX_IN OMX_U32 port, in use_EGL_image()
[all …]
Domx_vdec_copper.cpp3755 OMX_IN OMX_U32 port, in component_tunnel_request()
3781 OMX_IN OMX_U32 port, in use_output_buffer()
3975 OMX_IN OMX_U32 port, in use_input_heap_buffers()
4039 OMX_IN OMX_U32 port, in use_buffer()
4232 OMX_U32 port, in allocate_input_heap_buffer()
4329 OMX_IN OMX_U32 port, in allocate_input_buffer()
4534 OMX_IN OMX_U32 port, in allocate_output_buffer()
4852 OMX_IN OMX_U32 port, in allocate_buffer()
4938 OMX_IN OMX_U32 port, in free_buffer()
5727 OMX_IN OMX_U32 port, in use_EGL_image()
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
Dvidc_color_converter.cpp155 bool omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) in get_buffer_size()
/hardware/qcom/wlan/qcwcn/wifi_hal/
Dwifi_hal.cpp68 void wifi_socket_set_local_port(struct nl_sock *sock, uint32_t port) in wifi_socket_set_local_port()
81 static nl_sock * wifi_create_nl_socket(int port) in wifi_create_nl_socket()
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
DOMXCameraAdapter.cpp348 OMXCameraPortParameters *port = NULL; in fillThisBuffer() local
771 status_t OMXCameraAdapter::setFormat(OMX_U32 port, OMXCameraPortParameters &portParams) in setFormat()
3233 … frame, OMX_IN OMX_BUFFERHEADERTYPE *pBuffHeader, unsigned int mask, OMXCameraPortParameters *port) in sendCallBacks()
3290 OMXCameraPortParameters *port) in initCameraFrame()

12