Home | History | Annotate | Download | only in libmedia

Lines Matching refs:outChar

464     const char *outChar = NULL;
465 bool ret = AMediaFormat_getString(mAMediaFormat, name, &outChar);
467 *out = AString(outChar);