Lines Matching defs:opaque
87 // used in the frame allocator for non-opaque surfaces
89 // used in the opaque alloc request for opaque surfaces
310 static void qsv_pool_release_dummy(void *opaque, uint8_t *data)
314 static AVBufferRef *qsv_pool_alloc(void *opaque, size_t size)
316 AVHWFramesContext *ctx = (AVHWFramesContext*)opaque;
345 "Cannot create a non-opaque internal surface pool without "
616 int opaque = !!(frames_hwctx->frame_type & MFX_MEMTYPE_OPAQUE_FRAME);
643 if (!opaque) {
651 if (opaque) {
691 int opaque = !!(frames_hwctx->frame_type & MFX_MEMTYPE_OPAQUE_FRAME);
710 if (opaque) {