Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H A Dwfd_message.cpp77 uint32_t ceaResolutionIndex = 0; in SetVideoFormats() local
84 ceaResolutionIndex = (1 << CEA_1920_1080_P30); in SetVideoFormats()
88 ceaResolutionIndex = (1 << CEA_1920_1080_P25); in SetVideoFormats()
92 ceaResolutionIndex = (1 << CEA_1280_720_P30); in SetVideoFormats()
96 ceaResolutionIndex = (1 << CEA_1280_720_P25); in SetVideoFormats()
102 ceaResolutionIndex = (1 << CEA_640_480_P60); in SetVideoFormats()
109 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << ceaResolutionIndex << RTSP_SP; in SetVideoFormats()
388 uint32_t ceaResolutionIndex = 0; in SetVideoFormats() local
391 (void)ceaResolutionIndex; in SetVideoFormats()
401 ceaResolutionIndex in SetVideoFormats()
[all...]

Completed in 1 milliseconds