Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Descape130.c198 uint8_t *old_y, *old_cb, *old_cr, in escape130_decode_frame() local
229 old_cb = s->old_u; in escape130_decode_frame()
251 cb = old_cb[0]; in escape130_decode_frame()
294 old_cb++; in escape130_decode_frame()
303 old_cb += old_cb_stride - avctx->width / 2; in escape130_decode_frame()
/third_party/openssl/apps/lib/
Ds_cb.c1349 int (*old_cb) (const SSL *s, const SSL_CTX *ctx, int op, int bits, int nid, member
1387 rv = sdb->old_cb(s, ctx, op, bits, nid, other, ex); in security_callback_debug()
1500 sdb.old_cb = SSL_CTX_get_security_callback(ctx); in ssl_ctx_security_debug()