Home
last modified time | relevance | path

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

/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/src/
H A Drtsp_response.cpp29 ss << RTSP_STATUS_TO_STR(RTSP_STATUS_OK); in Stringify()
32 ss << RTSP_STATUS_TO_STR(RTSP_STATUS_CONTINUE); in Stringify()
35 ss << RTSP_STATUS_TO_STR(RTSP_STATUS_BAD_REQUEST); in Stringify()
38 ss << RTSP_STATUS_TO_STR(RTSP_STATUS_UNAUTHORIZED); in Stringify()
41 ss << RTSP_STATUS_TO_STR(RTSP_STATUS_OK); in Stringify()
/foundation/CastEngine/castengine_wifi_display/services/protocol/rtsp/include/
H A Drtsp_common.h73 #define RTSP_STATUS_TO_STR(status) status##_STR macro

Completed in 1 milliseconds