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

/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/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-core/omxcore/src/common/
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.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/qcom/media/mm-video-legacy/vidc/venc/src/
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...]
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 Dvideo_encoder_device.cpp343 unsigned long port)
348 if(port == 0)
509 unsigned long port)
513 if(port == 0)
987 "called on wrong port(%d)", pParam->nPortIndex);
1440 unsigned venc_dev::venc_flush( unsigned port) argument
1445 if(port == PORT_INDEX_IN)
1454 else if(port == PORT_INDEX_OUT)
1471 bool venc_dev::venc_use_buf(void *buf_addr, unsigned port,unsigned) argument
1482 if(port
340 venc_set_buf_req(unsigned long *min_buff_count, unsigned long *actual_buff_count, unsigned long *buff_size, unsigned long port) argument
506 venc_get_buf_req(unsigned long *min_buff_count, unsigned long *actual_buff_count, unsigned long *buff_size, unsigned long port) argument
1570 venc_free_buf(void *buf_addr, unsigned port) argument
[all...]
H A Dvideo_encoder_device_copper.cpp466 unsigned long port)
471 if(port == 0)
535 unsigned long port)
540 if(port == 0)
1393 unsigned venc_dev::venc_flush( unsigned port) argument
1397 if(port == PORT_INDEX_IN)
1411 else if(port == PORT_INDEX_OUT)
1435 bool venc_dev::venc_use_buf(void *buf_addr, unsigned port,unsigned index) argument
1448 if(port == PORT_INDEX_IN)
1475 else if(port
463 venc_set_buf_req(unsigned long *min_buff_count, unsigned long *actual_buff_count, unsigned long *buff_size, unsigned long port) argument
532 venc_get_buf_req(unsigned long *min_buff_count, unsigned long *actual_buff_count, unsigned long *buff_size, unsigned long port) argument
1510 venc_free_buf(void *buf_addr, unsigned port) argument
[all...]
/hardware/qcom/media/libc2dcolorconvert/
H A DC2DColorConverter.cpp56 int32_t getBuffReq(int32_t port, C2DBuffReq *req);
522 int32_t C2DColorConverter::getBuffReq(int32_t port, C2DBuffReq *req) { argument
525 if (port != C2D_INPUT && port != C2D_OUTPUT) return -1;
528 if (port == C2D_INPUT) {
538 } else if (port == C2D_OUTPUT) {
/hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
H A Domx_video_encoder.cpp247 // Initialize the video parameters for input port
273 // Initialize the video parameters for output port
302 // Initialize the video color format for input port
311 // Initialize the compression format for output port
476 or disabled port */
624 //TODO if no use case for O/P port,delet m_sOutPortFormat
897 DEBUG_PRINT_ERROR("\nERROR: Unsupported port Index for Session QP setting\n");
915 DEBUG_PRINT_ERROR("\nERROR: Unsupported port Index for QP range setting\n");
1002 "valid for input port only");
1068 "valid for output port onl
1543 dev_flush(unsigned port) argument
1562 dev_use_buf(void *buf_addr,unsigned port,unsigned index) argument
1567 dev_free_buf(void *buf_addr,unsigned port) argument
1617 dev_get_buf_req(OMX_U32 *min_buff_count, OMX_U32 *actual_buff_count, OMX_U32 *buff_size, OMX_U32 port) argument
1629 dev_set_buf_req(OMX_U32 *min_buff_count, OMX_U32 *actual_buff_count, OMX_U32 *buff_size, OMX_U32 port) argument
[all...]
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...]
H A Dvideo_encoder_device.cpp342 unsigned long port)
347 if (port == 0) {
536 unsigned long port)
540 if (port == 0) {
1021 "called on wrong port(%d)", pParam->nPortIndex);
1040 "called on wrong port(%d)", pParam->nPortIndex);
1058 "called on wrong port(%d)", pParam->nPortIndex);
1076 "called on wrong port(%d)", pParam->nPortIndex);
1203 "called on wrong port(%d)", pParam->nPortIndex);
1221 "called on wrong port(
339 venc_set_buf_req(unsigned long *min_buff_count, unsigned long *actual_buff_count, unsigned long *buff_size, unsigned long port) argument
533 venc_get_buf_req(unsigned long *min_buff_count, unsigned long *actual_buff_count, unsigned long *buff_size, unsigned long port) argument
1545 venc_flush( unsigned port) argument
1571 venc_use_buf(void *buf_addr, unsigned port,unsigned) argument
1661 venc_free_buf(void *buf_addr, unsigned port) argument
[all...]
H A Dvideo_encoder_device_v4l2.cpp653 DEBUG_PRINT_ERROR("Failed to set format on capture port\n");
771 unsigned long port)
776 if (port == 0) {
823 unsigned long port)
830 if (port == 0) {
1296 "called on wrong port(%d)", pParam->nPortIndex);
1458 DEBUG_PRINT_LOW("Releasing registered buffers from driver on o/p port");
1480 DEBUG_PRINT_LOW("Releasing registered buffers from driver on capture port");
1658 unsigned venc_dev::venc_flush( unsigned port) argument
1667 DEBUG_PRINT_ERROR("\n Flush Port (%d) Failed ", port);
768 venc_set_buf_req(unsigned long *min_buff_count, unsigned long *actual_buff_count, unsigned long *buff_size, unsigned long port) argument
820 venc_get_buf_req(unsigned long *min_buff_count, unsigned long *actual_buff_count, unsigned long *buff_size, unsigned long port) argument
1678 venc_use_buf(void *buf_addr, unsigned port,unsigned index) argument
1751 venc_free_buf(void *buf_addr, unsigned port) argument
[all...]
/hardware/invensense/60xx/libsensors/
H A DMPLSensor.cpp157 char *port = NULL; local
262 if (inv_serial_start(port) != INV_SUCCESS) {
294 ALOGW("Error : could not close the serial port");
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSensor.cpp181 char *port = NULL; local
/hardware/invensense/60xx/mlsdk/mllite/
H A Dml.c119 * @param port System handle for 'port' MPU device is found on.
121 * platform. It is passed as 'port' to MLSLSerialOpen.
125 inv_error_t inv_serial_start(char const *port) argument
139 result = inv_serial_open(port, &g_mlsl_handle);
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_Utils.c152 (pBufHeader->nInputPortIndex == OMX_VPP_INPUT_OVERLAY_PORT ))){ /* input port */
158 (pBufHeader->nOutputPortIndex == OMX_VPP_YUV_OUTPUT_PORT)){ /* output port */
243 /*Main input port */
248 /*Overlay input port*/
252 /*RGB output port*/
256 /*YUV output port*/
260 /*Alpha input port, Not implemented at OMX level*/
744 VPP_DPRINT("VPP: Enable port index=%ld",nParam1);
753 /* enable port*/
1279 VPP_DPRINT("port
3242 int port; local
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp253 char *port = NULL; local
/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/vdec/src/
H A Domx_vdec.cpp699 DEBUG_PRINT_HIGH("\n OMX_CommandPortDisable complete for port [%d]", p2);
722 DEBUG_PRINT_HIGH("\n OMX_CommandPortEnable complete for port [%d]", p2);
1693 "to invalid port: %d", param1);
2568 DEBUG_PRINT_ERROR("get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported should be queries on Input port only %d\n", profileLevelType->nPortIndex);
2659 DEBUG_PRINT_ERROR("get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported should be queries on Input port only %d\n", profileLevelType->nPortIndex);
2771 DEBUG_PRINT_ERROR("get_parameter: Bad port index %d\n",
2777 /*Component should support this port definition*/
2789 /*Component should support this port definition*/
2802 /*Component should support this port definition*/
2959 if(OMX_CORE_OUTPUT_PORT_INDEX == params->nPortIndex) { //android native buffers can be used only on Output port
4034 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
4058 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
4290 use_input_heap_buffers( 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
4354 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
4573 allocate_input_heap_buffer(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr, OMX_U32 port, OMX_PTR appData, OMX_U32 bytes) argument
4669 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
4862 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
5197 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
5285 free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
6084 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
9247 allocate_buffers_color_convert(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr,OMX_U32 port,OMX_PTR appData,OMX_U32 bytes) argument
[all...]
H A Domx_vdec_copper.cpp703 DEBUG_PRINT_HIGH("\n OMX_CommandPortDisable complete for port [%d]", p2);
728 DEBUG_PRINT_HIGH("\n OMX_CommandPortEnable complete for port [%d]", p2);
1404 printf("Failed to set format on capture port\n");
1436 printf("Failed to set format on capture port\n");
1610 "to invalid port: %d", param1);
2521 DEBUG_PRINT_ERROR("get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported should be queries on Input port only %d\n", profileLevelType->nPortIndex);
2622 DEBUG_PRINT_ERROR("get_parameter: Bad port index %d\n",
2628 /*Component should support this port definition*/
2640 /*Component should support this port definition*/
2653 /*Component should support this port definitio
3754 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
3778 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
3972 use_input_heap_buffers( 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
4036 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
4230 allocate_input_heap_buffer(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr, OMX_U32 port, OMX_PTR appData, OMX_U32 bytes) argument
4326 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
4531 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
4850 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
4937 free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
5725 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-video-v4l2/vidc/vdec/src/
H A Domx_vdec.cpp703 DEBUG_PRINT_HIGH("OMX_CommandPortDisable complete for port [%d]", p2);
727 DEBUG_PRINT_HIGH("OMX_CommandPortEnable complete for port [%d]", p2);
1680 "to invalid port: %d", param1);
2459 DEBUG_PRINT_ERROR("get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported should be queries on Input port only %d\n", profileLevelType->nPortIndex);
2526 DEBUG_PRINT_ERROR("get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported should be queries on Input port only %d\n", profileLevelType->nPortIndex);
2634 DEBUG_PRINT_ERROR("get_parameter: Bad port index %d\n",
2646 /*Component should support this port definition*/
2658 /*Component should support this port definition*/
2671 /*Component should support this port definition*/
2843 if (OMX_CORE_OUTPUT_PORT_INDEX == params->nPortIndex) { //android native buffers can be used only on Output port
3827 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
3851 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
4119 use_input_heap_buffers( 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
4183 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
4414 allocate_input_heap_buffer(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr, OMX_U32 port, OMX_PTR appData, OMX_U32 bytes) argument
4501 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
4688 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
5030 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
5109 free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
5931 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
9576 allocate_buffers_color_convert(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr,OMX_U32 port,OMX_PTR appData,OMX_U32 bytes) argument
[all...]
H A Domx_vdec_hevc.cpp807 DEBUG_PRINT_HIGH("\n OMX_CommandPortDisable complete for port [%d]", p2);
830 DEBUG_PRINT_HIGH("\n OMX_CommandPortEnable complete for port [%d]", p2);
1468 DEBUG_PRINT_ERROR("Failed to set format on output port\n");
1500 DEBUG_PRINT_ERROR("Failed to set format on capture port\n");
1676 "to invalid port: %lu", param1);
2405 DEBUG_PRINT_ERROR("get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported should be queries on Input port only %lu\n", profileLevelType->nPortIndex);
2496 DEBUG_PRINT_ERROR("get_parameter: Bad port index %d\n",
2502 /*Component should support this port definition*/
2514 /*Component should support this port definition*/
2527 /*Component should support this port definitio
3547 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
3618 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
3875 use_input_heap_buffers( 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
3934 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
4096 allocate_input_heap_buffer(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr, OMX_U32 port, OMX_PTR appData, OMX_U32 bytes) argument
4183 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
4371 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
4687 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
4760 free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
5499 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
7045 stream_off(OMX_U32 port) argument
8362 allocate_buffers_color_convert(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr,OMX_U32 port,OMX_PTR appData,OMX_U32 bytes) argument
[all...]
H A Domx_vdec_msm8974.cpp847 DEBUG_PRINT_HIGH("\n OMX_CommandPortDisable complete for port [%d]", p2);
870 DEBUG_PRINT_HIGH("\n OMX_CommandPortEnable complete for port [%d]", p2);
1600 DEBUG_PRINT_ERROR("Failed to set format on output port\n");
1651 DEBUG_PRINT_ERROR("Failed to set format on capture port\n");
1829 "to invalid port: %lu", param1);
2304 * we automatically omit sending the FLUSH done for the "opposite" port. */
2560 DEBUG_PRINT_ERROR("get_parameter: OMX_IndexParamVideoProfileLevelQuerySupported should be queries on Input port only %lu\n", profileLevelType->nPortIndex);
2648 DEBUG_PRINT_ERROR("get_parameter: Bad port index %d\n",
2654 /*Component should support this port definition*/
2665 /*Component should support this port definitio
3797 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
3869 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
4144 use_input_heap_buffers( 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
4203 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
4374 allocate_input_heap_buffer(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr, OMX_U32 port, OMX_PTR appData, OMX_U32 bytes) argument
4461 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
4649 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
4964 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
5037 free_buffer(OMX_IN OMX_HANDLETYPE hComp, OMX_IN OMX_U32 port, OMX_IN OMX_BUFFERHEADERTYPE* buffer) argument
5871 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
7411 stream_off(OMX_U32 port) argument
8797 allocate_buffers_color_convert(OMX_HANDLETYPE hComp, OMX_BUFFERHEADERTYPE **bufferHdr,OMX_U32 port,OMX_PTR appData,OMX_U32 bytes) argument
[all...]

Completed in 587 milliseconds