Home
last modified time | relevance | path

Searched defs:isSoftwareCodec (Results 1 – 3 of 3) sorted by relevance

/drivers/peripheral/codec/hal/src/
Dcodec_types.c429 int8_t isSoftwareCodec = dataBlock->isSoftwareCodec ? 1 : 0; in CodecCompCapabilityBlockMarshalling() local
/drivers/peripheral/codec/interfaces/include/
Dcodec_component_type.h159 bool isSoftwareCodec; /** Whether it is software codec or hardware codec. */ member
Dcodec_type.h309 bool isSoftwareCodec; /**< Whether it is software codec or hardware codec. */ member