Lines Matching defs:input

78 #define INPUT_BUFFER_FILE_NAME "/data/input-bitstream.\0\0\0\0"
124 void* async_message_thread (void *input)
134 omx_vdec *omx = reinterpret_cast<omx_vdec*>(input);
199 if (omx->async_message_process(input,&vdec_msg) < 0) {
208 void* message_thread(void *input)
210 omx_vdec* omx = reinterpret_cast<omx_vdec*>(input);
1440 /*Get the Buffer requirements for input and output ports*/
2199 flushtype - input flush(1)/output flush(0)/ both.
2884 // activate ts prediction logic (arbitrary mode only) sending input
3769 Helper function for Use buffer in the input pin
4143 DEBUG_PRINT_LOW("\n unmap the input buffer fd=%d",
4145 DEBUG_PRINT_LOW("\n unmap the input buffer size=%d address = %d",
4236 OMX_BUFFERHEADERTYPE *input = NULL;
4283 input = *bufferHdr;
4286 input->pBuffer = (OMX_U8 *)buf_addr;
4287 input->nSize = sizeof(OMX_BUFFERHEADERTYPE);
4288 input->nVersion.nVersion = OMX_SPEC_VERSION;
4289 input->nAllocLen = drv_ctx.ip_buf.buffer_size;
4290 input->pAppPrivate = appData;
4291 input->nInputPortIndex = OMX_CORE_INPUT_PORT_INDEX;
4317 Helper function for allocate buffer in the input pin
4336 OMX_BUFFERHEADERTYPE *input = NULL;
4403 DEBUG_PRINT_LOW("\n Allocate input Buffer");
4418 DEBUG_PRINT_ERROR("\n open failed for pmem/adsp for input buffer");
4428 DEBUG_PRINT_ERROR("\n open failed for pmem/adsp for input buffer");
4452 DEBUG_PRINT_ERROR("\n Map Failed to allocate input buffer");
4489 input = *bufferHdr;
4493 input->pBuffer = (OMX_U8 *)drv_ctx.ptr_inputbuffer [i].pmem_fd;
4495 input->pBuffer = (OMX_U8 *)buf_addr;
4496 input->nSize = sizeof(OMX_BUFFERHEADERTYPE);
4497 input->nVersion.nVersion = OMX_SPEC_VERSION;
4498 input->nAllocLen = drv_ctx.ip_buf.buffer_size;
4499 input->pAppPrivate = appData;
4500 input->nInputPortIndex = OMX_CORE_INPUT_PORT_INDEX;
4501 input->pInputPortPrivate = (void *)&drv_ctx.ptr_inputbuffer [i];
5009 DEBUG_PRINT_HIGH("\n ALL input buffers are freed/released");
5118 DEBUG_PRINT_ERROR("\nERROR:ETB incorrect state operation, input port is disabled.");
5642 /*Check if the input buffers have to be cleaned up*/
6286 DEBUG_PRINT_LOW("\n Push input from buffer done address of Buffer %p",buffer);
6516 /* return buffer if input flush in progress */
6602 DEBUG_PRINT_ERROR("\n Pushing input Buffer Failed");
7208 DEBUG_PRINT_LOW("\n Free input Heap Pointer");
7215 DEBUG_PRINT_LOW("\n Free input pmem header Pointer");
7222 DEBUG_PRINT_LOW("\n Free input pmem Pointer area");