Lines Matching defs:input

79 #define INPUT_BUFFER_FILE_NAME "/data/input-bitstream.\0\0\0\0"
152 void* async_message_thread (void *input)
156 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input);
176 else if (omx->async_message_process(input,&vdec_msg) < 0)
185 void* message_thread(void *input)
187 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input);
1464 /*Get the Buffer requirements for input and output ports*/
2249 flushtype - input flush(1)/output flush(0)/ both.
3055 // activate ts prediction logic (arbitrary mode only) sending input
3966 Helper function for Use buffer in the input pin
4382 DEBUG_PRINT_LOW("\n unmap the input buffer fd=%d",
4384 DEBUG_PRINT_LOW("\n unmap the input buffer size=%d address = %d",
4496 OMX_BUFFERHEADERTYPE *input = NULL;
4543 input = *bufferHdr;
4546 input->pBuffer = (OMX_U8 *)buf_addr;
4547 input->nSize = sizeof(OMX_BUFFERHEADERTYPE);
4548 input->nVersion.nVersion = OMX_SPEC_VERSION;
4549 input->nAllocLen = drv_ctx.ip_buf.buffer_size;
4550 input->pAppPrivate = appData;
4551 input->nInputPortIndex = OMX_CORE_INPUT_PORT_INDEX;
4577 Helper function for allocate buffer in the input pin
4596 OMX_BUFFERHEADERTYPE *input = NULL;
4660 DEBUG_PRINT_LOW("\n Allocate input Buffer");
4676 DEBUG_PRINT_ERROR("\n open failed for pmem/adsp for input buffer");
4686 DEBUG_PRINT_ERROR("\n open failed for pmem/adsp for input buffer");
4710 DEBUG_PRINT_ERROR("\n Map Failed to allocate input buffer");
4737 input = *bufferHdr;
4741 input->pBuffer = (OMX_U8 *)drv_ctx.ptr_inputbuffer [i].pmem_fd;
4743 input->pBuffer = (OMX_U8 *)buf_addr;
4744 input->nSize = sizeof(OMX_BUFFERHEADERTYPE);
4745 input->nVersion.nVersion = OMX_SPEC_VERSION;
4746 input->nAllocLen = drv_ctx.ip_buf.buffer_size;
4747 input->pAppPrivate = appData;
4748 input->nInputPortIndex = OMX_CORE_INPUT_PORT_INDEX;
4749 input->pInputPortPrivate = (void *)&drv_ctx.ptr_inputbuffer [i];
5275 DEBUG_PRINT_HIGH("\n ALL input buffers are freed/released");
5394 DEBUG_PRINT_ERROR("\nERROR:ETB incorrect state operation, input port is disabled.");
5888 /*Check if the input buffers have to be cleaned up*/
6616 DEBUG_PRINT_LOW("\n Push input from buffer done address of Buffer %p",buffer);
6875 /* return buffer if input flush in progress */
6961 DEBUG_PRINT_ERROR("\n Pushing input Buffer Failed");
7604 DEBUG_PRINT_LOW("\n Free input Heap Pointer");
7611 DEBUG_PRINT_LOW("\n Free input pmem header Pointer");
7618 DEBUG_PRINT_LOW("\n Free input pmem Pointer area");