Home
last modified time | relevance | path

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

/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dcodec_service.c84 CopyCodecBufferWithTypeSwitch(instance, inputInfo, inBuf, true); in CodecInputBufferAvailable()
106 CopyCodecBufferWithTypeSwitch(instance, outputInfo, outBuf, true); in CodecOutputBufferAvailable()
119 CopyCodecBufferWithTypeSwitch(instance, outBuf, output, false); in CodecOutputBufferAvailable()
485 CopyCodecBufferWithTypeSwitch(instance, info, inputData, true); in CodecQueueInput()
509 CopyCodecBufferWithTypeSwitch(instance, inputData, info, false); in CodecDequeueInput()
553 CopyCodecBufferWithTypeSwitch(instance, info, outInfo, true); in CodecQueueOutput()
577 CopyCodecBufferWithTypeSwitch(instance, outInfo, info, false); in CodecDequeueOutput()
/drivers/peripheral/codec/hal/v1.0/codec_instance/include/
Dcodec_instance.h104 bool CopyCodecBufferWithTypeSwitch(struct CodecInstance *instance, CodecBuffer *dst,
/drivers/peripheral/codec/hal/v1.0/codec_instance/src/
Dcodec_instance.c65 if (!CopyCodecBufferWithTypeSwitch(instance, outputData, output, false)) { in WaitForOutputDataBuffer()
90 if (!CopyCodecBufferWithTypeSwitch(instance, bufferToOemCodec, bufferInQueue, false)) { in PrepareInputDataBuffer()
168 if (!CopyCodecBufferWithTypeSwitch(instance, inputInfoSendToClient, inputInfo, false)) { in GetUsedInputInfo()
196 if (!CopyCodecBufferWithTypeSwitch(instance, outputInfoSendToClient, outputInfo, false)) { in GetFilledOutputInfo()
718 bool CopyCodecBufferWithTypeSwitch(struct CodecInstance *instance, CodecBuffer *dst, in CopyCodecBufferWithTypeSwitch() function