Searched refs:VdecInputDataReady (Results 1 - 7 of 7) sorted by relevance
/test/xts/acts/multimedia/av_codec/vcodec/hdrcodec/src/ |
H A D | hdrcodec_ndk_sample.cpp | 48 void VdecInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in VdecInputDataReady() function 365 decCb_.onNeedInputData = VdecInputDataReady; in Configure()
|
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/include/ |
H A D | videodec_ndk_sample.h | 158 void VdecInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData);
|
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/include/ |
H A D | videodec_ndk_sample.h | 135 void VdecInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData);
|
/test/xts/acts/multimedia/av_codec/vcodec/swdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 116 void VdecInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in VdecInputDataReady() function 268 cb_.onNeedInputData = VdecInputDataReady; in SetVideoDecoderCallback()
|
H A D | api_test.cpp | 125 cb_.onNeedInputData = VdecInputDataReady; in HWTEST_F() 160 cb_.onNeedInputData = VdecInputDataReady; in HWTEST_F() 708 cb_.onNeedInputData = VdecInputDataReady; in HWTEST_F()
|
/test/xts/acts/multimedia/av_codec/vcodec/hwdecoder/src/ |
H A D | videodec_ndk_sample.cpp | 128 void VdecInputDataReady(OH_AVCodec *codec, uint32_t index, OH_AVMemory *data, void *userData) in VdecInputDataReady() function 333 cb_.onNeedInputData = VdecInputDataReady; in SetVideoDecoderCallback()
|
H A D | api_test.cpp | 134 cb_.onNeedInputData = VdecInputDataReady; in HWTEST_F() 168 cb_.onNeedInputData = VdecInputDataReady; in HWTEST_F() 720 cb_.onNeedInputData = VdecInputDataReady; in HWTEST_F()
|
Completed in 8 milliseconds