Home
last modified time | relevance | path

Searched refs:iPendingOutputDataQueue (Results 1 – 2 of 2) sorted by relevance

/external/opencore/nodes/pvprotocolenginenode/download_protocols/progressive_streaming/src/
Dpvmf_protocol_engine_node_progressive_streaming.cpp217 …if (writeToDataStream(iOutputFramesQueue[0], iPendingOutputDataQueue) == 0xffffffff) return PROCES… in flushData()
275 for (uint32 i = 0; i < iPendingOutputDataQueue.size(); i++) in releaseMemFrag()
278 OsclRefCounterMemFrag* frag = iPendingOutputDataQueue[i]; in releaseMemFrag()
282 iPendingOutputDataQueue.erase(&iPendingOutputDataQueue[i]); in releaseMemFrag()
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/
Dpvmf_protocol_engine_node_common.h1081 PENDING_OUTPUT_DATA_QUEUE iPendingOutputDataQueue; variable