HomeSort by relevance Sort by last modified time
    Searched refs:mSubType (Results 1 - 3 of 3) sorted by null

  /frameworks/av/media/libmedia/
MediaResource.cpp 26 mSubType(kUnspecifiedSubType),
31 mSubType(kUnspecifiedSubType),
36 mSubType(subType),
41 mSubType = static_cast<SubType>(parcel.readInt32());
47 parcel->writeInt32(static_cast<int32_t>(mSubType));
53 str.appendFormat("%s/%s:%llu", asString(mType), asString(mSubType), (unsigned long long)mValue);
58 return (other.mType == mType) && (other.mSubType == mSubType) && (other.mValue == mValue);
  /frameworks/av/media/libmedia/include/media/
MediaResource.h 55 SubType mSubType;
  /frameworks/av/services/mediaresourcemanager/
ResourceManagerService.cpp 126 if (resources[i].mSubType == MediaResource::kAudioCodec) {
128 } else if (resources[i].mSubType == MediaResource::kVideoCodec) {

Completed in 4148 milliseconds