Home
last modified time | relevance | path

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

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_alignment_v10.md37 ### widthAlignment subsection
H A D_alignment_v20.md37 ### widthAlignment subsection
H A D_codec_image_capability_v10.md182 ### widthAlignment subsection
H A D_codec_image_capability_v20.md182 ### widthAlignment subsection
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/
H A Dcodeclist_unit_test.cpp331 int32_t widthAlignment = capability_->GetVideoWidthAlignment(); variable
875 int32_t widthAlignment = capability_->GetVideoWidthAlignment(); variable
/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_common_type.h128 int32_t widthAlignment; /** Value to align with the width */ member
/ohos5.0/foundation/multimedia/av_codec/test/unittest/codeclist_test/capi/
H A Dcodeclist_capi_mock.cpp167 int32_t widthAlignment = 0; in GetVideoWidthAlignment() local
/ohos5.0/foundation/multimedia/av_codec/frameworks/native/capi/common/
H A Dnative_avcapability.cpp361 …rrCode OH_AVCapability_GetVideoWidthAlignment(OH_AVCapability *capability, int32_t *widthAlignment) in OH_AVCapability_GetVideoWidthAlignment()