Searched refs:channelOut (Results 1 – 3 of 3) sorted by relevance
/aosp12/hardware/interfaces/broadcastradio/common/utils1x/ |
H A D | Utils.cpp | 199 bool getLegacyChannel(const ProgramSelector& sel, uint32_t* channelOut, uint32_t* subChannelOut) { in getLegacyChannel() argument 200 if (channelOut) *channelOut = 0; in getLegacyChannel() 203 if (channelOut) *channelOut = getId(sel, IdentifierType::AMFM_FREQUENCY); in getLegacyChannel()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/fuzzing/operation_signatures/ |
H A D | Convolutions.cpp | 293 RandomVariable channelOut = in depthwiseConv2DExplicitConstructor() local 295 op->inputs[1]->dimensions = {1, RandomVariableType::FREE, RandomVariableType::FREE, channelOut}; in depthwiseConv2DExplicitConstructor() 298 op->inputs[2]->dimensions = {channelOut}; in depthwiseConv2DExplicitConstructor() 305 op->outputs[0]->dimensions[channelIndex] = channelOut; in depthwiseConv2DExplicitConstructor() 346 RandomVariable channelOut = in depthwiseConv2DImplicitConstructor() local 348 op->inputs[1]->dimensions = {1, RandomVariableType::FREE, RandomVariableType::FREE, channelOut}; in depthwiseConv2DImplicitConstructor() 351 op->inputs[2]->dimensions = {channelOut}; in depthwiseConv2DImplicitConstructor() 358 op->outputs[0]->dimensions[channelIndex] = channelOut; in depthwiseConv2DImplicitConstructor()
|
/aosp12/hardware/interfaces/broadcastradio/common/utils1x/include/broadcastradio-utils-1x/ |
H A D | Utils.h | 70 bool getLegacyChannel(const V1_1::ProgramSelector& sel, uint32_t* channelOut,
|