Home
last modified time | relevance | path

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

/drivers/peripheral/codec/interfaces/include/
Dcodec_type.h277 #define PIX_FMT_NUM 16 /** Size of the supported pixel format array */ macro
282 …int32_t supportPixFmts[PIX_FMT_NUM]; /** Supported pixel formats, array is terminated by PIXEL_FO…
/drivers/peripheral/codec/hdi_service/codec_service_stub/
Dcodec_config_parser.c298 PIX_FMT_NUM, INVALID_PROFILE}; in GetVideoOfCapability()
/drivers/peripheral/codec/test/unittest/hdi_v1.0/
Dcodec_proxy_test.cpp135 …HDF_LOGI("supportPixFmts:%{public}s", GetArrayStr(cap->port.video.supportPixFmts, PIX_FMT_NUM, 0)); in PrintCapability()