Searched refs:bufferToOemCodec (Results 1 – 2 of 2) sorted by relevance
76 struct CodecInstance *instance, CodecBuffer *bufferToOemCodec) in PrepareInputDataBuffer() argument86 if (!SetOemCodecBufferType(bufferToOemCodec, bufferInQueue)) { in PrepareInputDataBuffer()90 if (!CopyCodecBufferWithTypeSwitch(instance, bufferToOemCodec, bufferInQueue, false)) { in PrepareInputDataBuffer()444 bool SetOemCodecBufferType(CodecBuffer *bufferToOemCodec, CodecBuffer *bufferInQueue) in SetOemCodecBufferType() argument446 if (bufferToOemCodec == NULL || bufferInQueue == NULL) { in SetOemCodecBufferType()451 bufferToOemCodec->buffer[0].type = BUFFER_TYPE_HANDLE; in SetOemCodecBufferType()453 bufferToOemCodec->buffer[0].type = BUFFER_TYPE_VIRTUAL; in SetOemCodecBufferType()
90 bool SetOemCodecBufferType(CodecBuffer *bufferToOemCodec, CodecBuffer *bufferInQueue);