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

12

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/exynos/
H A DExynos_OMX_Macros.h59 #define CHECK_PORT_BEING_FLUSHED(port) (port->bIsPortFlushed == OMX_TRUE)
60 #define CHECK_PORT_BEING_DISABLED(port) (port->bIsPortDisabled == OMX_TRUE)
61 #define CHECK_PORT_BEING_FLUSHED_OR_DISABLED(port) ((port->bIsPortFlushed == OMX_TRUE) || (port->bIsPortDisabled == OMX_TRUE))
62 #define CHECK_PORT_ENABLED(port) (port->portDefinition.bEnabled == OMX_TRUE)
63 #define CHECK_PORT_POPULATED(port) (por
[all...]
/hardware/qcom/media/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/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/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/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/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/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,
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);
378 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
376 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/invensense/60xx/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/qcom/media/mm-video-legacy/vidc/venc/inc/
H A Domx_video_base.h173 bool get_buffer_size(int port,unsigned int &buf_size);
195 OMX_U32 port,
234 OMX_U32 port,
255 OMX_U32 port,
308 OMX_U32 port,
316 OMX_U32 port,
436 OMX_U32 port,
447 OMX_U32 port,OMX_PTR appData,
452 OMX_U32 port,
459 OMX_U32 port,
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
H A Domx_video_base.h180 bool get_buffer_size(int port,unsigned int &buf_size);
203 OMX_U32 port,
249 OMX_U32 port,
270 OMX_U32 port,
323 OMX_U32 port,
331 OMX_U32 port,
450 OMX_U32 port,
461 OMX_U32 port,OMX_PTR appData,
466 OMX_U32 port,
473 OMX_U32 port,
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
H A Domx_vdec_hevc.h277 OMX_U32 port,
295 OMX_U32 port,
316 OMX_U32 port,
369 OMX_U32 port,
377 OMX_U32 port,
384 OMX_U32 port,
532 OMX_U32 port,
539 OMX_U32 port,
545 OMX_U32 port,OMX_PTR appData,
549 OMX_U32 port,
[all...]
H A Domx_vdec.h297 OMX_U32 port,
315 OMX_U32 port,
336 OMX_U32 port,
389 OMX_U32 port,
397 OMX_U32 port,
404 OMX_U32 port,
556 OMX_U32 port,
563 OMX_U32 port,
569 OMX_U32 port,OMX_PTR appData,
573 OMX_U32 port,
[all...]
/hardware/invensense/60xx/mlsdk/platform/linux/
H A Dmlsl_linux_mpu.c232 inv_error_t inv_serial_open(char const *port, void **sl_handle) argument
236 if (NULL == port) {
237 port = I2CDEV;
239 *sl_handle = (void*) open(port, O_RDWR);
243 MPL_LOGE("I2C Error %d: Cannot open Adapter %s\n", errno, port);
246 MPL_LOGI("inv_serial_open: %s\n", port);
/hardware/qcom/media/mm-video-legacy/vidc/common/src/
H A Dvidc_color_converter.cpp141 bool omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) argument
148 cret = c2dcc->getBuffReq(port,&bufferreq);
/hardware/qcom/media/mm-video-v4l2/vidc/common/src/
H A Dvidc_color_converter.cpp159 bool omx_c2d_conv::get_buffer_size(int port,unsigned int &buf_size) argument
167 cret = c2dcc->getBuffReq(port,&bufferreq);
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
H A Domx_vdec.h273 OMX_U32 port,
291 OMX_U32 port,
312 OMX_U32 port,
365 OMX_U32 port,
373 OMX_U32 port,
380 OMX_U32 port,
533 OMX_U32 port,
540 OMX_U32 port,
546 OMX_U32 port,OMX_PTR appData,
550 OMX_U32 port,
[all...]
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dmlsl.h70 * inv_serial_open() - used to open the serial port.
71 * @port The COM port specification associated with the device in use.
74 * This port is used to send and receive data to the device.
83 inv_error_t inv_serial_open(char const *port, void **sl_handle);
86 * inv_serial_close() - used to close the serial port.
89 * This port is used to send and receive data to the device.
/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.h103 virtual int32_t getBuffReq(int32_t port, C2DBuffReq *req) = 0;
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp83 ///Update the preview and image capture port indexes
88 //currently not supported use preview port instead
118 // Register for port enable event
139 // Wait for the port enable event to occur
149 CAMHAL_LOGEA("Timeout for enabling preview port expired!");
348 OMXCameraPortParameters *port = NULL; local
376 port = getPortParams(frameType);
377 if ( NULL == port )
387 for ( int i = 0 ; i < port->mNumBufs ; i++)
389 if ( port
771 setFormat(OMX_U32 port, OMXCameraPortParameters &portParams) argument
3233 sendCallBacks(CameraFrame frame, OMX_IN OMX_BUFFERHEADERTYPE *pBuffHeader, unsigned int mask, OMXCameraPortParameters *port) argument
3287 initCameraFrame( CameraFrame &frame, OMX_IN OMX_BUFFERHEADERTYPE *pBuffHeader, int typeOfFrame, OMXCameraPortParameters *port) argument
[all...]
/hardware/qcom/media/mm-video-legacy/vidc/venc/src/
H A Domx_video_base.cpp750 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index\n");
758 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index \n");
1662 /*Component should support this port definition*/
1670 /*Component should support this port definition*/
1679 /*Component should support this port definition*/
1796 "valid for output port only");
2027 OMX_IN OMX_U32 port,
2053 OMX_IN OMX_U32 port,
2063 DEBUG_PRINT_HIGH("use_input_buffer: port = %d appData = %p bytes = %d buffer = %p",port,appDat
2026 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
2050 use_input_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
2225 use_output_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
2423 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
2677 allocate_input_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
2825 allocate_output_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
2991 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
3080 free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
3637 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
4520 get_buffer_size(int port,unsigned int &buf_size) argument
[all...]
H A Domx_video_encoder.cpp244 // Initialize the video parameters for input port
270 // Initialize the video parameters for output port
302 // Initialize the video color format for input port
310 // Initialize the compression format for output port
495 or disabled port */
640 //TODO if no use case for O/P port,delet m_sOutPortFormat
923 DEBUG_PRINT_ERROR("\nERROR: Unsupported port Index for Session QP setting\n");
1025 "valid for input port only");
1069 "valid for output port only");
1096 " called on wrong port(
1516 dev_flush(unsigned port) argument
1535 dev_use_buf(void *buf_addr,unsigned port,unsigned index) argument
1540 dev_free_buf(void *buf_addr,unsigned port) argument
1580 dev_get_buf_req(OMX_U32 *min_buff_count, OMX_U32 *actual_buff_count, OMX_U32 *buff_size, OMX_U32 port) argument
1592 dev_set_buf_req(OMX_U32 *min_buff_count, OMX_U32 *actual_buff_count, OMX_U32 *buff_size, OMX_U32 port) argument
[all...]
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_base.cpp688 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index\n");
694 DEBUG_PRINT_ERROR("ERROR: omx_video::send_command-->bad port index \n");
1149 * we automatically omit sending the FLUSH done for the "opposite" port. */
1542 /*Component should support this port definition*/
1550 /*Component should support this port definition*/
1559 /*Component should support this port definition*/
1672 "valid for output port only");
1684 "valid for output port only");
1711 DEBUG_PRINT_ERROR("LTR count range is valid for output port only");
1928 OMX_IN OMX_U32 port,
1927 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
1951 use_input_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
2111 use_output_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
2299 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
2517 allocate_input_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
2656 allocate_output_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
2813 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
2889 free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
3412 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
4243 get_buffer_size(int port,unsigned int &buf_size) argument
[all...]

Completed in 6787 milliseconds

12