Searched refs:mNameAtCreation (Results 1 – 3 of 3) sorted by relevance
200 AString mNameAtCreation; member
235 if (mCodec == nullptr || mCodec->getName(&mNameAtCreation) != OK) { in JMediaCodec()236 mNameAtCreation = "(null)"; in JMediaCodec()240 mNameAtCreation = name; in JMediaCodec()740 context->mCodecNames.push_back(mNameAtCreation.c_str()); in getOutputFrame()780 context->mCodecNames.push_back(mNameAtCreation.c_str()); in getOutputFrame()901 env->NewStringUTF(mNameAtCreation.c_str())); in getCodecInfo()
2092 mNameAtCreation = nameIsType ? null : name; in MediaCodec()2097 private String mNameAtCreation; field in MediaCodec4583 return mNameAtCreation != null ? mNameAtCreation : canonicalName; in getName()