Searched refs:old_cb (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | escape130.c | 198 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/ |
D | s_cb.c | 1349 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()
|