Searched refs:pending_buffer (Results 1 – 2 of 2) sorted by relevance
2202 …DEBUG_PRINT_LOW("Buffer = %p, Timestamp = %llu", timestamp.pending_buffer, (OMX_U64)pParam->nTimes… in set_config()2203 …if (timestamp.is_buffer_pending && (OMX_U64)timestamp.pending_buffer->nTimeStamp == timestamp.m_Ti… in set_config()2204 DEBUG_PRINT_INFO("Queueing back pending buffer %p", timestamp.pending_buffer); in set_config()2205 … this->post_event((unsigned long)hComp,(unsigned long)timestamp.pending_buffer,m_input_msg_id); in set_config()2206 timestamp.pending_buffer = NULL; in set_config()2426 timestamp.pending_buffer = buffer; in dev_buffer_ready_to_queue()
664 OMX_BUFFERHEADERTYPE *pending_buffer; member