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

  /external/opencv3/modules/cudacodec/src/
video_decoder.hpp 98 void unmapFrame(cuda::GpuMat& frame)
video_reader.cpp 186 // unmapFrame() synchronizes with the VideoDecode API (ensures the frame has finished decoding)
187 videoDecoder_->unmapFrame(decodedFrame);

Completed in 272 milliseconds