Searched refs:EVENT_COMPLETE_DECODE (Results 1 – 2 of 2) sorted by relevance
88 EVENT_COMPLETE_DECODE = 0, enumerator390 DecodeEvent decodeEvent_ = DecodeEvent::EVENT_COMPLETE_DECODE;
851 NotifyDecodeEvent(decodeListeners_, DecodeEvent::EVENT_COMPLETE_DECODE, nullptr); in CreatePixelMapExtended()1257 listener->OnEvent((int)DecodeEvent::EVENT_COMPLETE_DECODE); in CreatePixelMap()1345 auto iter = decodeEventMap_.find((int)DecodeEvent::EVENT_COMPLETE_DECODE); in PromoteDecoding()1347 … decodeEventMap_.insert(std::pair<int32_t, int32_t>((int)DecodeEvent::EVENT_COMPLETE_DECODE, 1)); in PromoteDecoding()1350 listener->OnEvent((int)DecodeEvent::EVENT_COMPLETE_DECODE); in PromoteDecoding()