Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/impl/wfd/
H A Dwfd_message.cpp27 constexpr int32_t BIT_OFFSET_EIGHT = 8; member
109 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << ceaResolutionIndex << RTSP_SP; in SetVideoFormats()
110 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << vesaResolutionIndex << RTSP_SP; in SetVideoFormats()
111 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << hhResolutionIndex << RTSP_SP; in SetVideoFormats()
427 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << ceaResolutionIndex << RTSP_SP; in SetVideoFormats()
428 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << vesaResolutionIndex << RTSP_SP; in SetVideoFormats()
429 ss << std::setfill('0') << std::setw(BIT_OFFSET_EIGHT) << std::hex << hhResolutionIndex << RTSP_SP; in SetVideoFormats()

Completed in 1 milliseconds