Searched refs:port (Results 1 - 25 of 180) sorted by relevance

12345678

/hardware/qcom/media/msm8974/mm-video-legacy/vidc/common/inc/
H A Dvidc_color_converter.h43 bool get_buffer_size(int port,unsigned int &buf_size);
/hardware/qcom/media/msm8974/mm-core/inc/
H A Dqc_omx_component.h118 OMX_U32 port,
128 OMX_U32 port,
138 OMX_U32 port,
145 OMX_U32 port,
148 // Send a filled buffer to an input port of a component
153 // Send an empty buffer to an output port of a component
172 OMX_U32 port,
/hardware/qcom/media/msm8974/mm-core/omxcore/inc/
H A Dqc_omx_component.h118 OMX_U32 port,
128 OMX_U32 port,
138 OMX_U32 port,
145 OMX_U32 port,
148 // Send a filled buffer to an input port of a component
153 // Send an empty buffer to an output port of a component
172 OMX_U32 port,
/hardware/qcom/media/msm8996/mm-core/inc/
H A Dqc_omx_component.h118 OMX_U32 port,
128 OMX_U32 port,
138 OMX_U32 port,
145 OMX_U32 port,
148 // Send a filled buffer to an input port of a component
153 // Send an empty buffer to an output port of a component
172 OMX_U32 port,
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h45 bool get_buffer_size(int port,unsigned int &buf_size);
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/inc/
H A Dvidc_color_converter.h45 bool get_buffer_size(int port,unsigned int &buf_size);
/hardware/qcom/media/msm8974/mm-core/omxcore/src/common/
H A Domx_core_cmp.h100 OMX_IN OMX_U32 port,
108 OMX_IN OMX_U32 port,
118 OMX_IN OMX_U32 port,
124 OMX_IN OMX_U32 port,
146 OMX_IN OMX_U32 port,
H A Domx_core_cmp.cpp239 OMX_IN OMX_U32 port,
251 OMX_IN OMX_U32 port,
264 port,
277 OMX_IN OMX_U32 port,
284 DEBUG_PRINT("OMXCORE: qc_omx_component_allocate_buffer %x, %x , %d\n",(unsigned)hComp,(unsigned)bufferHdr,(unsigned)port);
288 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);
295 OMX_IN OMX_U32 port,
301 DEBUG_PRINT("OMXCORE: qc_omx_component_free_buffer[%d] %x, %x\n", (unsigned)port, (unsigned)hComp, (unsigned)buffer);
305 eRet = pThis->free_buffer(hComp,port,buffer);
379 OMX_IN OMX_U32 port,
238 qc_omx_component_tunnel_request(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_HANDLETYPE peerComponent, OMX_IN OMX_U32 peerPort, OMX_INOUT OMX_TUNNELSETUPTYPE* tunnelSetup) argument
249 qc_omx_component_use_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
275 qc_omx_component_allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
294 qc_omx_component_free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
377 qc_omx_component_use_EGL_image(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN void* eglImage) argument
[all...]
/hardware/qcom/media/msm8974/mm-core/src/common/
H A Domx_core_cmp.h100 OMX_IN OMX_U32 port,
108 OMX_IN OMX_U32 port,
118 OMX_IN OMX_U32 port,
124 OMX_IN OMX_U32 port,
146 OMX_IN OMX_U32 port,
H A Domx_core_cmp.cpp239 OMX_IN OMX_U32 port,
244 (void) hComp, (void) port, (void) peerComponent, (void) peerPort, (void) tunnelSetup;
252 OMX_IN OMX_U32 port,
265 port,
278 OMX_IN OMX_U32 port,
285 DEBUG_PRINT("OMXCORE: qc_omx_component_allocate_buffer %p, %p , %d\n",hComp, bufferHdr,(unsigned)port);
289 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);
296 OMX_IN OMX_U32 port,
302 DEBUG_PRINT("OMXCORE: qc_omx_component_free_buffer[%d] %p, %p\n", (unsigned)port, hComp, buffer);
306 eRet = pThis->free_buffer(hComp,port,buffe
238 qc_omx_component_tunnel_request(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_HANDLETYPE peerComponent, OMX_IN OMX_U32 peerPort, OMX_INOUT OMX_TUNNELSETUPTYPE* tunnelSetup) argument
250 qc_omx_component_use_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
276 qc_omx_component_allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
295 qc_omx_component_free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
377 qc_omx_component_use_EGL_image(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN void* eglImage) argument
[all...]
/hardware/qcom/media/msm8996/mm-core/src/common/
H A Domx_core_cmp.h100 OMX_IN OMX_U32 port,
108 OMX_IN OMX_U32 port,
118 OMX_IN OMX_U32 port,
124 OMX_IN OMX_U32 port,
146 OMX_IN OMX_U32 port,
H A Domx_core_cmp.cpp239 OMX_IN OMX_U32 port,
244 (void) hComp, (void) port, (void) peerComponent, (void) peerPort, (void) tunnelSetup;
252 OMX_IN OMX_U32 port,
265 port,
278 OMX_IN OMX_U32 port,
285 DEBUG_PRINT("OMXCORE: qc_omx_component_allocate_buffer %p, %p , %d\n",hComp, bufferHdr,(unsigned)port);
289 eRet = pThis->allocate_buffer(hComp,bufferHdr,port,appData,bytes);
296 OMX_IN OMX_U32 port,
302 DEBUG_PRINT("OMXCORE: qc_omx_component_free_buffer[%d] %p, %p\n", (unsigned)port, hComp, buffer);
306 eRet = pThis->free_buffer(hComp,port,buffe
238 qc_omx_component_tunnel_request(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_HANDLETYPE peerComponent, OMX_IN OMX_U32 peerPort, OMX_INOUT OMX_TUNNELSETUPTYPE* tunnelSetup) argument
250 qc_omx_component_use_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes, OMX_IN OMX_U8* buffer) argument
276 qc_omx_component_allocate_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN OMX_U32 bytes) argument
295 qc_omx_component_free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
377 qc_omx_component_use_EGL_image(OMX_IN OMX_HANDLETYPE hComp, OMX_INOUT OMX_BUFFERHEADERTYPE** bufferHdr, OMX_IN OMX_U32 port, OMX_IN OMX_PTR appData, OMX_IN void* eglImage) argument
[all...]
/hardware/bsp/intel/peripheral/libupm/src/adafruitss/
H A Dadafruitss.h102 * @param port Port of the servo on the shield (servo number)
107 void servo(uint8_t port, uint8_t servo_type, float degrees);
H A Dadafruitss.cxx119 void adafruitss::servo(uint8_t port, uint8_t servo_type, float degrees) { argument
153 m_rx_tx_buf[0]=LED0_REG+4*port;
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
H A Dmlsl.h55 * inv_serial_open() - used to open the serial port.
56 * @port The COM port specification associated with the device in use.
59 * This port is used to send and receive data to the device.
68 int inv_serial_open(char const *port, void **sl_handle);
71 * inv_serial_close() - used to close the serial port.
74 * This port is used to send and receive data to the device.
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
H A Dmlsl.h55 * inv_serial_open() - used to open the serial port.
56 * @port The COM port specification associated with the device in use.
59 * This port is used to send and receive data to the device.
68 int inv_serial_open(char const *port, void **sl_handle);
71 * inv_serial_close() - used to close the serial port.
74 * This port is used to send and receive data to the device.
/hardware/libhardware/include/hardware/
H A Dgps_internal.h91 int (*set_server)( AGpsType type, const char* hostname, int port );
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/inc/
H A Domx_video_base.h174 bool get_buffer_size(int port,unsigned int &buf_size);
196 OMX_U32 port,
235 OMX_U32 port,
256 OMX_U32 port,
309 OMX_U32 port,
317 OMX_U32 port,
437 OMX_U32 port,
448 OMX_U32 port,OMX_PTR appData,
453 OMX_U32 port,
460 OMX_U32 port,
[all...]
/hardware/intel/common/wrs_omxil_core/base/src/
H A Dcomponentbase.cpp489 PortBase *port = NULL; local
496 port = ports[index];
498 if (!port)
501 memcpy(p, port->GetPortDefinition(), sizeof(*p));
560 PortBase *port = NULL; local
567 port = ports[index];
569 if (!port)
572 if (port->IsEnabled()) {
592 ret = port->SetPortDefinition(p, false);
666 /* update output port definitio
944 PortBase *port = NULL; local
1000 PortBase *port = NULL; local
1047 PortBase *port = NULL; local
1088 PortBase *port = NULL; local
1157 PortBase *port = NULL; local
1645 PortBase *port = NULL; local
[all...]
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderBase.cpp88 PortVideo *port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]); local
117 // Nothing specific to initialize input port.
120 port->SetPortDefinition(&paramPortDefinitionInput, true);
122 // Set port buffer 4k aligned
123 port->SetMemAlignment(4096);
135 port->SetPortVideoParam(&paramPortFormat, true);
147 PortVideo *port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]); local
257 port->SetPortDefinition(&paramPortDefinitionOutput, true);
258 port->SetPortBitrateParam(&mParamBitrate, true);
270 port
429 PortVideo *port = NULL; local
450 PortVideo *port = NULL; local
479 PortVideo *port = NULL; local
817 PortVideo *port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]); local
[all...]
H A DOMXVideoDecoderBase.cpp72 PortVideo *port = static_cast<PortVideo *>(this->ports[INPORT_INDEX]); local
106 port->SetPortDefinition(&paramPortDefinitionInput, true);
118 port->SetPortVideoParam(&paramPortFormat, true);
130 PortVideo *port = static_cast<PortVideo *>(this->ports[OUTPORT_INDEX]); local
162 // no format specific to initialize output port
165 port->SetPortDefinition(&paramPortDefinitionOutput, true);
176 port->SetPortVideoParam(&paramPortFormat, true);
182 // no format specific to initialize output port
270 LOGI("Flushing port# %u.", portIndex);
283 // TODO: do we need to flush output port
485 PortVideo *port = NULL; local
553 PortVideo *port = NULL; local
993 PortVideo *port = NULL; local
1008 PortVideo *port = NULL; local
1094 PortVideo *port = NULL; local
1205 PortVideo *port = NULL; local
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
H A Domx_aac_aenc.h222 OMX_U32 port,
236 OMX_U32 port,
254 OMX_U32 port,
305 OMX_U32 port,
312 OMX_U32 port,
474 //Input port Populated
476 //Output port Populated
542 OMX_U32 port,OMX_PTR appData,
547 OMX_U32 port,
553 OMX_IN OMX_U32 port,
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
H A Domx_amr_aenc.h152 OMX_U32 port,
166 OMX_U32 port,
184 OMX_U32 port,
235 OMX_U32 port,
242 OMX_U32 port,
392 //Input port Populated
394 //Output port Populated
460 OMX_U32 port,OMX_PTR appData,
465 OMX_U32 port,
471 OMX_IN OMX_U32 port,
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
H A Domx_evrc_aenc.h153 OMX_U32 port,
167 OMX_U32 port,
185 OMX_U32 port,
236 OMX_U32 port,
243 OMX_U32 port,
392 //Input port Populated
394 //Output port Populated
461 OMX_U32 port,OMX_PTR appData,
466 OMX_U32 port,
472 OMX_IN OMX_U32 port,
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
H A Domx_qcelp13_aenc.h153 OMX_U32 port,
167 OMX_U32 port,
185 OMX_U32 port,
236 OMX_U32 port,
243 OMX_U32 port,
392 //Input port Populated
394 //Output port Populated
461 OMX_U32 port,OMX_PTR appData,
466 OMX_U32 port,
472 OMX_IN OMX_U32 port,
[all...]

Completed in 775 milliseconds

12345678