Searched refs:CopyDecodedImage (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/pipeline_node/multimedia_codec/decoder/ |
H A D | decode_data_process.h | 93 …void CopyDecodedImage(const sptr<SurfaceBuffer>& surBuf, int32_t alignedWidth, int32_t alignedHeig…
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/ |
H A D | decode_data_process.cpp | 528 CopyDecodedImage(surfaceBuffer, alignedWidth, alignedHeight); in GetDecoderOutputBuffer() 534 void DecodeDataProcess::CopyDecodedImage(const sptr<SurfaceBuffer>& surBuf, int32_t alignedWidth, in CopyDecodedImage() function in OHOS::DistributedHardware::DecodeDataProcess
|
H A D | decode_data_process_common.cpp | 575 CopyDecodedImage(surfaceBuffer, alignedWidth, alignedHeight); in GetDecoderOutputBuffer() 581 void DecodeDataProcess::CopyDecodedImage(const sptr<SurfaceBuffer>& surBuf, int32_t alignedWidth, in CopyDecodedImage() function in OHOS::DistributedHardware::DecodeDataProcess
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/ |
H A D | decode_data_process_test.cpp | 483 testDecodeDataProcess_->CopyDecodedImage(surBuf, alignedWidth, alignedHeight);
|