Searched refs:mNameAtCreation (Results 1 – 3 of 3) sorted by relevance
213 AString mNameAtCreation; member
248 if (mCodec == nullptr || mCodec->getName(&mNameAtCreation) != OK) { in JMediaCodec()249 mNameAtCreation = "(null)"; in JMediaCodec()253 mNameAtCreation = name; in JMediaCodec()834 context->mCodecNames.push_back(mNameAtCreation.c_str()); in getOutputFrame()875 context->mCodecNames.push_back(mNameAtCreation.c_str()); in getOutputFrame()997 env->NewStringUTF(mNameAtCreation.c_str())); in getCodecInfo()
2152 mNameAtCreation = nameIsType ? null : name; in MediaCodec()2157 private String mNameAtCreation; field in MediaCodec4946 return mNameAtCreation != null ? mNameAtCreation : canonicalName; in getName()