Searched refs:mCodecNames (Results 1 – 3 of 3) sorted by relevance
151 private final List<String> mCodecNames; field in MediaItemInfo181 mCodecNames = codecNames; in MediaItemInfo()240 return new ArrayList<>(mCodecNames); in getCodecNames()304 private final ArrayList<String> mCodecNames; field in MediaItemInfo.Builder319 mCodecNames = new ArrayList<>(); in Builder()369 mCodecNames.add(Objects.requireNonNull(codecName)); in addCodecName()429 mCodecNames, in build()463 + mCodecNames in toString()499 && mCodecNames.equals(that.mCodecNames) in equals()522 dest.writeStringList(mCodecNames); in writeToParcel()[all …]
28 std::vector<std::string> mCodecNames; member
834 context->mCodecNames.push_back(mNameAtCreation.c_str()); in getOutputFrame()875 context->mCodecNames.push_back(mNameAtCreation.c_str()); in getOutputFrame()2881 context->mCodecNames = names; in obtain()2903 context->mCodecNames, true /* secure */)) { in extractMemoryFromContext()2941 context->mCodecNames, false /* secure */)) { in extractBufferFromContext()