Lines Matching refs:data
189 uint8_t* dst = ctx->frame->data[p] + (y_off >> !!p) * stride;
246 dstptr[i] = ctx->final_frame->data[i] +
274 const uint8_t *src = avpkt->data;
288 av_log(avctx, AV_LOG_ERROR, "Frame data is too small.\n");
314 /* Skip cursor data. */
328 "Cursor data too small. Skipping cursor.\n");
357 /* First slice offset and remaining data. */
362 av_log(avctx, AV_LOG_ERROR, "Not enough frame data to decode.\n");
366 /* Allocate slice data. */
370 av_log(avctx, AV_LOG_ERROR, "Could not allocate slice data.\n");
382 * Either read the slice size, or consume all data left.