Lines Matching refs:port

910                 DEBUG_PRINT_HIGH(" OMX_CommandPortDisable complete for port [%d], pThis->in_reconfig = %d", p2, pThis->in_reconfig);
951 DEBUG_PRINT_HIGH(" OMX_CommandPortEnable complete for port [%d]", p2);
1654 DEBUG_PRINT_ERROR("Failed to set format on output port\n");
1695 DEBUG_PRINT_ERROR("Failed to set format on capture port\n");
1823 "to invalid port: %lu", param1);
2315 //IL client calls disable port and then free buffers.
2316 //from free buffer, disable port done event will be sent
2443 // flush input port
2459 // flush output port
2736 DEBUG_PRINT_ERROR("get_parameter: Bad port index %d\n",
2742 /*Component should support this port definition*/
2754 /*Component should support this port definition*/
2767 /*Component should support this port definition*/
2891 if(OMX_CORE_OUTPUT_PORT_INDEX == params->nPortIndex) { //android native buffers can be used only on Output port
2961 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition OP port\n");
2966 // set output resolution based on port definition. scan_lines and stride settings need
3084 DEBUG_PRINT_LOW("set_parameter: OMX_IndexParamPortDefinition IP port\n");
3860 OMX_IN OMX_U32 port,
3872 OMX_IN OMX_U32 port,
4041 // stream on output port
4086 OMX_IN OMX_U32 port,
4183 eRet = allocate_input_buffer(hComp, &m_phdr_pmem_ptr[m_in_alloc_cnt], port, appData, bytes);
4219 OMX_IN OMX_U32 port,
4423 OMX_IN OMX_U32 port,
4441 if(port == OMX_CORE_INPUT_PORT_INDEX)
4442 //error = use_input_heap_buffers(hComp, bufferHdr, port, appData, bytes, buffer);
4443 error = use_input_buffers(hComp, bufferHdr, port, appData, bytes, buffer); // option to use vdec buffer
4445 else if(port == OMX_CORE_OUTPUT_PORT_INDEX)
4446 error = use_output_buffer(hComp,bufferHdr,port,appData,bytes,buffer);
4449 DEBUG_PRINT_ERROR("Error: Invalid Port Index received %d\n",(int)port);
4452 DEBUG_PRINT_LOW("Use Buffer: port %lu, buffer %p, eRet %d", port, *bufferHdr, error);
4462 if(port == OMX_CORE_INPUT_PORT_INDEX && m_inp_bPopulated &&
4470 else if(port == OMX_CORE_OUTPUT_PORT_INDEX && m_out_bPopulated &&
4494 // again after port re-enable
4600 OMX_U32 port,
4661 eRet = allocate_input_buffer(hComp,&m_phdr_pmem_ptr [i],port,appData,bytes);
4697 OMX_IN OMX_U32 port,
4847 OMX_IN OMX_U32 port,
4929 DEBUG_PRINT_LOW("Memory Allocation Succeeded for OUT port%p\n",m_out_mem_ptr);
5065 OMX_IN OMX_U32 port,
5072 DEBUG_PRINT_LOW(" Allocate buffer on port %d \n", (int)port);
5079 if(port == OMX_CORE_INPUT_PORT_INDEX)
5081 eRet = allocate_input_heap_buffer(hComp,bufferHdr,port,appData,bytes);
5083 else if(port == OMX_CORE_OUTPUT_PORT_INDEX)
5085 eRet = allocate_output_buffer(hComp,bufferHdr,port,appData,bytes);
5089 DEBUG_PRINT_ERROR("Error: Invalid Port Index received %d\n",(int)port);
5104 if(port == OMX_CORE_INPUT_PORT_INDEX && m_inp_bPopulated)
5114 if(port == OMX_CORE_OUTPUT_PORT_INDEX && m_out_bPopulated)
5144 OMX_IN OMX_U32 port,
5156 else if((m_inp_bEnabled == OMX_FALSE && port == OMX_CORE_INPUT_PORT_INDEX)||
5157 (m_out_bEnabled == OMX_FALSE && port == OMX_CORE_OUTPUT_PORT_INDEX))
5159 DEBUG_PRINT_LOW("Free Buffer while port %lu disabled\n", port);
5172 DEBUG_PRINT_ERROR("Invalid state to free buffer,port lost Buffers\n");
5178 if(port == OMX_CORE_INPUT_PORT_INDEX)
5186 DEBUG_PRINT_LOW("free_buffer on i/p port - Port idx %d \n", nPortIndex);
5227 else if(port == OMX_CORE_OUTPUT_PORT_INDEX)
5233 DEBUG_PRINT_LOW("free_buffer on o/p port - Port idx %d \n", nPortIndex);
5324 DEBUG_PRINT_ERROR("ERROR:ETB incorrect state operation, input port is disabled.");
5330 DEBUG_PRINT_ERROR("ERROR:ETB invalid port in header %lu", buffer->nInputPortIndex);
5479 // set input port format based on the detected interlace mode
5695 DEBUG_PRINT_ERROR("ERROR:FTB incorrect state operation, output port is disabled.");
5707 DEBUG_PRINT_ERROR("ERROR:FTB invalid port in header %lu", buffer->nOutputPortIndex);
5978 OMX_IN OMX_U32 port,
6716 int omx_vdpp::stream_off(OMX_U32 port)
6722 if (port == OMX_CORE_INPUT_PORT_INDEX) {
6725 } else if (port == OMX_CORE_OUTPUT_PORT_INDEX) {
6728 } else if (port == OMX_ALL) {
6740 DEBUG_PRINT_HIGH("Warning: Attempting to stream off on %d port,"
6745 DEBUG_PRINT_HIGH("Streaming off %d port", v4l2_port);
6802 if (in_reconfig) // BufReq will be set to driver when port is disabled
6993 if (in_reconfig) // BufReq will be set to driver when port is disabled
7099 " on v4l2 port %d to %d (prefers %d)", bufreq.type,
7223 DEBUG_PRINT_LOW("Memory Allocation Succeeded for OUT port%p\n",m_out_mem_ptr);
7424 { // with the port definition, start ts with 0