Searched refs:avStreamType (Results 1 – 5 of 5) sorted by relevance
64 void configureAvStreamType(in int avStreamType); in configureAvStreamType() argument
103 Status configureAvStreamType(int avStreamType) override;166 bool getHidlAvStreamType(int avStreamType, AvStreamType& type);
176 Status TunerFilter::configureAvStreamType(int avStreamType) { in configureAvStreamType() argument183 if (!getHidlAvStreamType(avStreamType, type)) { in configureAvStreamType()572 bool TunerFilter::getHidlAvStreamType(int avStreamType, AvStreamType& type) { in getHidlAvStreamType() argument574 type.audio(static_cast<AudioStreamType>(avStreamType)); in getHidlAvStreamType()579 type.video(static_cast<VideoStreamType>(avStreamType)); in getHidlAvStreamType()
145 Result FilterClient::configureAvStreamType(AvStreamType avStreamType) { in configureAvStreamType() argument148 switch (avStreamType.getDiscriminator()) { in configureAvStreamType()150 type = (int)avStreamType.audio(); in configureAvStreamType()153 type = (int)avStreamType.video(); in configureAvStreamType()161 return mFilter_1_1->configureAvStreamType(avStreamType); in configureAvStreamType()
172 Result configureAvStreamType(AvStreamType avStreamType);