Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dcbs.c74 int ff_cbs_init(CodedBitstreamContext **ctx_ptr, in ff_cbs_init() argument
111 *ctx_ptr = ctx; in ff_cbs_init()
115 void ff_cbs_close(CodedBitstreamContext **ctx_ptr) in ff_cbs_close() argument
117 CodedBitstreamContext *ctx = *ctx_ptr; in ff_cbs_close()
127 av_freep(ctx_ptr); in ff_cbs_close()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dxml_libxml2.c31 static void add_str(void *ctx_ptr, const char *fmt, ...) in add_str() argument
33 struct str_buf *str = ctx_ptr; in add_str()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dxml_libxml2.c31 static void add_str(void *ctx_ptr, const char *fmt, ...) in add_str() argument
33 struct str_buf *str = ctx_ptr; in add_str()