Home
last modified time | relevance | path

Searched refs:pDecoderCommand (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/audio/api/audio/
H A DmapiAUDIO.c588 PAUDIO_ST_DECODER_COMMAND pDecoderCommand = NULL; in AUDIOIoctl() local
1238 pDecoderCommand = (PAUDIO_ST_DECODER_COMMAND)pArgs; in AUDIOIoctl()
1239 if (pDecoderCommand->bSet == TRUE) in AUDIOIoctl()
1241 psAudioInstPri->fpAUDIOSetCommand(pDecoderCommand->enCommandType); in AUDIOIoctl()
1245 eDecCmd = psAudioInstPri->fpAUDIOGetCommand(pDecoderCommand->eAdoDecoderNo); in AUDIOIoctl()
1246 pDecoderCommand->eDecCmd = eDecCmd; in AUDIOIoctl()