Home
last modified time | relevance | path

Searched defs:alignedWidth (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H A Dencode_buffer_helper.h41 uint32_t alignedWidth; member
/ohos5.0/drivers/peripheral/codec/test/demo/heif/include/
H A Dbuffer_helper.h43 uint32_t alignedWidth; member
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process_common.cpp567 int32_t alignedWidth = surfaceBuffer->GetStride(); in GetDecoderOutputBuffer() local
581 void DecodeDataProcess::CopyDecodedImage(const sptr<SurfaceBuffer>& surBuf, int32_t alignedWidth, in CopyDecodedImage()
625 … DecodeDataProcess::IsCorrectSurfaceBuffer(const sptr<SurfaceBuffer>& surBuf, int32_t alignedWidth, in IsCorrectSurfaceBuffer()
H A Ddecode_data_process.cpp520 int32_t alignedWidth = surfaceBuffer->GetStride(); in GetDecoderOutputBuffer() local
534 void DecodeDataProcess::CopyDecodedImage(const sptr<SurfaceBuffer>& surBuf, int32_t alignedWidth, in CopyDecodedImage()
589 … DecodeDataProcess::IsCorrectSurfaceBuffer(const sptr<SurfaceBuffer>& surBuf, int32_t alignedWidth, in IsCorrectSurfaceBuffer()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/
H A Dimage_common_type.h77 int32_t alignedWidth; member
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screenservice/sinkservice/screenregionmgr/2.0/src/
H A Dscreenregion.cpp350 uint32_t alignedWidth = videoParam_->GetVideoWidth(); in GetWSBuffer() local
/ohos5.0/foundation/distributedhardware/distributed_screen/services/screentransport/screensinkprocessor/decoder/src/
H A Dimage_sink_decoder.cpp139 uint32_t alignedWidth = static_cast<uint32_t>(surfaceBuffer->GetStride()); in OffsetProcess() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Ddecode_data_process_test.cpp481 int32_t alignedWidth = TEST_WIDTH; variable