Home
last modified time | relevance | path

Searched refs:BIT_OFFSET_THREE (Results 1 - 1 of 1) sorted by relevance

/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H A Dwfd_message.cpp26 constexpr int32_t BIT_OFFSET_THREE = 3; member
83 native = (uint8_t)WfdResolutionType::RESOLUTION_CEA | (CEA_1920_1080_P30 << BIT_OFFSET_THREE); in SetVideoFormats()
87 native = (uint8_t)WfdResolutionType::RESOLUTION_CEA | (CEA_1920_1080_P25 << BIT_OFFSET_THREE); in SetVideoFormats()
91 native = (uint8_t)WfdResolutionType::RESOLUTION_CEA | (CEA_1280_720_P30 << BIT_OFFSET_THREE); in SetVideoFormats()
95 native = (uint8_t)WfdResolutionType::RESOLUTION_CEA | (CEA_1280_720_P25 << BIT_OFFSET_THREE); in SetVideoFormats()
101 (uint8_t)WfdResolutionType::RESOLUTION_CEA | (WfdCeaResolution::CEA_640_480_P60 << BIT_OFFSET_THREE); in SetVideoFormats()
320 index = vWfdVideoFormatsInfo_[0].native >> BIT_OFFSET_THREE; in GetVideoFormats()
400 native = (uint8_t)WfdResolutionType::RESOLUTION_CEA | (CEA_1920_1080_P30 << BIT_OFFSET_THREE); in SetVideoFormats()
404 native = (uint8_t)WfdResolutionType::RESOLUTION_CEA | (CEA_1920_1080_P25 << BIT_OFFSET_THREE); in SetVideoFormats()
408 native = (uint8_t)WfdResolutionType::RESOLUTION_CEA | (CEA_1280_720_P30 << BIT_OFFSET_THREE); in SetVideoFormats()
[all...]

Completed in 2 milliseconds