Home
last modified time | relevance | path

Searched defs:alignedHeight (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/drivers/peripheral/codec/test/fuzztest/image_fuzzer/common/include/
H A Dencode_buffer_helper.h43 uint32_t alignedHeight; member
/ohos5.0/drivers/peripheral/codec/test/demo/heif/include/
H A Dbuffer_helper.h45 uint32_t alignedHeight; member
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/src/pipeline_node/multimedia_codec/decoder/
H A Ddecode_data_process_common.cpp572 int32_t alignedHeight = alignedHeight_; in GetDecoderOutputBuffer() local
582 int32_t alignedHeight) in CopyDecodedImage()
626 int32_t alignedHeight) in IsCorrectSurfaceBuffer()
H A Ddecode_data_process.cpp525 int32_t alignedHeight = alignedHeight_; in GetDecoderOutputBuffer() local
535 int32_t alignedHeight) in CopyDecodedImage()
590 int32_t alignedHeight) in IsCorrectSurfaceBuffer()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/include/utils/
H A Dimage_common_type.h78 int32_t alignedHeight; member
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_utils_tools.cpp85 int32_t alignedHeight = width; in GetAlignedHeight() local
/ohos5.0/foundation/distributedhardware/distributed_camera/services/data_process/test/unittest/common/pipeline_node/
H A Ddecode_data_process_test.cpp482 int32_t alignedHeight = TEST_HEIGTH; variable