Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.h131 sptr<IBufferConsumerListener> decodeSurfaceListener_ = nullptr; variable
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process.cpp212 decodeSurfaceListener_ = new DecodeSurfaceListener(decodeConsumerSurface_, shared_from_this()); in SetDecoderOutputSurface()
213 if (decodeConsumerSurface_->RegisterConsumerListener(decodeSurfaceListener_) != in SetDecoderOutputSurface()
H A Ddecode_data_process_common.cpp246 decodeSurfaceListener_ = new DecodeSurfaceListener(decodeConsumerSurface_, shared_from_this()); in SetDecoderOutputSurface()
247 if (decodeConsumerSurface_->RegisterConsumerListener(decodeSurfaceListener_) != in SetDecoderOutputSurface()