Home
last modified time | relevance | path

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

/drivers/peripheral/codec/interfaces/include/
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,
/drivers/peripheral/codec/hal/src/
Dcodec_config_parser.c154 …{CODEC_CONFIG_KEY_SUPPORT_PIXEL_FMTS, cap->port.video.supportPixFmts, PIX_FORMAT_NUM, OMX_COLOR_Fo… in GetVideoPortCapability()
/drivers/peripheral/codec/test/unittest/hdi_adapter/
Dcodec_hdi_adapter_test.cpp226 …_LOGI("supportPixFmts:%{public}s", GetArrayStr(cap->port.video.supportPixFmts, PIX_FORMAT_NUM, 0)); in PrintCapability()