Home
last modified time | relevance | path

Searched refs:StopVideoDecoder (Results 1 - 5 of 5) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/tests/demo/codec/
H A Dvideo_sink_decoder_demo.cpp172 void StopVideoDecoder() in StopVideoDecoder() function in OHOS::Sharing::VideoSinkDecoderDemo
194 demo->StopVideoDecoder(); in main()
/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.h84 int32_t StopVideoDecoder();
/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp251 int32_t DecodeDataProcess::StopVideoDecoder() in StopVideoDecoder() function in OHOS::DistributedHardware::DecodeDataProcess
254 DHLOGE("The video decoder does not exist before StopVideoDecoder."); in StopVideoDecoder()
285 int32_t ret = StopVideoDecoder(); in ReleaseVideoDecoder()
286 CHECK_AND_LOG(ret != DCAMERA_OK, "%{public}s", "StopVideoDecoder failed."); in ReleaseVideoDecoder()
H A Ddecode_data_process_common.cpp293 int32_t DecodeDataProcess::StopVideoDecoder() in StopVideoDecoder() function in OHOS::DistributedHardware::DecodeDataProcess
296 DHLOGE("The video decoder does not exist before StopVideoDecoder."); in StopVideoDecoder()
327 int32_t ret = StopVideoDecoder(); in ReleaseVideoDecoder()
329 DHLOGE("StopVideoDecoder failed."); in ReleaseVideoDecoder()
/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Ddecode_data_process_test.cpp311 rc = testDecodeDataProcess_->StopVideoDecoder(); in HWTEST_F()

Completed in 5 milliseconds