Searched refs:onNeedInputData (Results 1 – 10 of 10) sorted by relevance
48 void onNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in onNeedInputData() function189 cb_.onNeedInputData = onNeedInputData;208 cb2_.onNeedInputData = NULL;224 cb_.onNeedInputData = onNeedInputData;630 cb_.onNeedInputData = onNeedInputData;729 cb_.onNeedInputData = onNeedInputData;
224 cb_.onNeedInputData = VencInputDataReady; in SetVideoEncoderCallback()
143 cbDec_.onNeedInputData = AdecAsyncNeedInputData; in CreateAudioDecoderByMime()160 cbDec_.onNeedInputData = AdecAsyncNeedInputData; in CreateAudioDecoderByName()426 cbEnc_.onNeedInputData = AencAsyncNeedInputData; in CreateAudioEncoderByMime()439 cbEnc_.onNeedInputData = AencAsyncNeedInputData; in CreateAudioEncoderByName()
356 encCb_.onNeedInputData = VencInputDataReady; in Configure()365 decCb_.onNeedInputData = VdecInputDataReady; in Configure()
125 cb_.onNeedInputData = VdecInputDataReady;144 cb2_.onNeedInputData = NULL;160 cb_.onNeedInputData = VdecInputDataReady;708 cb_.onNeedInputData = VdecInputDataReady;
268 cb_.onNeedInputData = VdecInputDataReady; in SetVideoDecoderCallback()
134 cb_.onNeedInputData = VdecInputDataReady;152 cb2_.onNeedInputData = NULL;168 cb_.onNeedInputData = VdecInputDataReady;619 cb_.onNeedInputData = VDecNeedInputData;720 cb_.onNeedInputData = VdecInputDataReady;
334 cb_.onNeedInputData = VdecInputDataReady; in SetVideoDecoderCallback()
213 cbDec_.onNeedInputData = VdecAsyncNeedInputData; in CreateVideoDecoderByMime()230 cbDec_.onNeedInputData = VdecAsyncNeedInputData; in CreateVideoDecoderByName()
110 static void onNeedInputData(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in onNeedInputData() function138 …OH_AVCodecAsyncCallback callback = { &OnError, &OnStreamChanged, &onNeedInputData, &onNeedOutputDa… in AudioDecoderSetCallback()