Searched refs:mVideoPath (Results 1 – 2 of 2) sorted by relevance
59 mVideoPath = config.video_config().file_path(); in VideoDecoder()104 mFd = open(mVideoPath.c_str(), 0, O_RDONLY); in initializeMediaExtractor()144 LOG(ERROR) << "VideoDecoder: No video track in " << mVideoPath; in initializeMediaDecoder()
75 std::string mVideoPath; variable