HomeSort by relevance Sort by last modified time
    Searched refs:iCurrentCmd (Results 1 - 6 of 6) sorted by null

  /external/opencore/engines/adapters/player/framemetadatautility/src/
pv_frame_metadata_utility.cpp 442 iCurrentCmd.reserve(1);
443 iCurrentCmd.clear();
514 if (iCurrentCmd.empty() == false)
516 UtilityCommandCompleted(iCurrentCmd[0].GetCmdId(), iCurrentCmd[0].GetContext(), iAPICmdStatus, OSCL_STATIC_CAST(PVInterface*, iAPICmdErrMsg));
542 if (!iPendingCmds.empty() && iCurrentCmd.empty())
550 OSCL_TRY(leavecode, iCurrentCmd.push_front(cmd));
552 PVLOGGER_LOGMSG(PVLOGMSG_INST_HLDBG, iLogger, PVLOGMSG_ERR, (0, "PVFrameAndMetadataUtility::Run() Command could not be pushed onto iCurrentCmd vector"));
655 UtilityCommandCompleted(iCurrentCmd[0].GetCmdId(), iCurrentCmd[0].GetContext(), PVMFSuccess)
    [all...]
pv_frame_metadata_utility.h 498 Oscl_Vector<PVFMUtilityCommand, OsclMemAllocator> iCurrentCmd; // Vector of size 1 to hold the command being currently processed
  /external/opencore/nodes/pvmp4ffcomposernode/src/
pvmp4ffcn_node.cpp 363 iCurrentCmd.Construct(0, 1); // There's only 1 current command
373 iCurrentCmd.clear();
484 while (!iCurrentCmd.empty())
486 CommandComplete(iCurrentCmd, iCurrentCmd[0], PVMFFailure);
    [all...]
pvmp4ffcn_node.h 351 PVMp4FFCNCmdQueue iCurrentCmd;
  /external/opencore/engines/player/src/
pv_player_engine.cpp     [all...]
pv_player_engine.h     [all...]

Completed in 26 milliseconds