Home
last modified time | relevance | path

Searched refs:CODEC_CONFIG_KEY_HEIGHT_ALIGNMENT (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/peripheral/codec/image/config/
H A Dcodec_image_config.cpp33 constexpr char CODEC_CONFIG_KEY_HEIGHT_ALIGNMENT[] = "heightAlignment"; variable
145 {CODEC_CONFIG_KEY_HEIGHT_ALIGNMENT, cap.heightAlignment, 0}}; in GetOneCapability()
/ohos5.0/drivers/peripheral/codec/hal/include/
H A Dcodec_config_parser.h47 #define CODEC_CONFIG_KEY_HEIGHT_ALIGNMENT "heightAlignment" macro
/ohos5.0/drivers/peripheral/codec/hal/idl_service/src/
H A Dcodec_component_config.cpp50 constexpr char CODEC_CONFIG_KEY_HEIGHT_ALIGNMENT[] = "heightAlignment"; variable
333 {CODEC_CONFIG_KEY_HEIGHT_ALIGNMENT, cap.port.video.whAlignment.heightAlignment, 0}, in GetVideoPortCapability()
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_config_parser.c133 …{CODEC_CONFIG_KEY_HEIGHT_ALIGNMENT, (uint32_t*)&cap->port.video.whAlignment.heightAlignment, … in GetVideoPortCapability()