Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Drtsp.c1267 char base64buf[AV_BASE64_SIZE(sizeof(buf))]; in ff_rtsp_read_reply() local
1283 av_base64_encode(base64buf, sizeof(base64buf), buf, strlen(buf)); in ff_rtsp_read_reply()
1284 ptr = base64buf; in ff_rtsp_read_reply()
1343 char base64buf[AV_BASE64_SIZE(sizeof(buf))]; in rtsp_send_cmd_with_content_async() local
1373 av_base64_encode(base64buf, sizeof(base64buf), buf, strlen(buf)); in rtsp_send_cmd_with_content_async()
1374 out_buf = base64buf; in rtsp_send_cmd_with_content_async()