Searched refs:fcodecName (Results 1 – 2 of 2) sorted by relevance
234 std::string fcodecName = "video.F.Decoder.Name.01"; variable241 EXPECT_CALL(*codecBaseMock_, CreateFCodecByName(fcodecName))268 std::string fcodecName = "video.F.Decoder.Name.01"; variable277 EXPECT_CALL(*codecBaseMock_, CreateFCodecByName(fcodecName))
128 std::string fcodecName; in Initialize() local132 fcodecName = SUPPORT_VCODEC[i].ffmpegCodec; in Initialize()137 CHECK_AND_RETURN_RET_LOG(!fcodecName.empty(), AVCS_ERR_INVALID_VAL, in Initialize()141 …= std::shared_ptr<AVCodec>(const_cast<AVCodec *>(avcodec_find_decoder_by_name(fcodecName.c_str())), in Initialize()