Home
last modified time | relevance | path

Searched refs:PIX_FORMAT_NUM (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/peripheral/codec/interfaces/include/
H A Dcodec_component_type.h93 #define PIX_FORMAT_NUM 16 /** Size of the supported pixel format array */ macro
118 int32_t supportPixFmts[PIX_FORMAT_NUM]; /** Supported pixel format. For details,
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/codec_adapter/
H A Dhdi_codec_manager.cpp171 while (index < PIX_FORMAT_NUM && port.supportPixFmts[index] > 0) { in GetCodecFormats()
/ohos5.0/drivers/peripheral/codec/hal/src/
H A Dcodec_config_parser.c154 …{CODEC_CONFIG_KEY_SUPPORT_PIXEL_FMTS, cap->port.video.supportPixFmts, PIX_FORMAT_NUM, OMX_COLOR_Fo… in GetVideoPortCapability()