Lines Matching refs:data
315 int16_t *q = (int16_t*)frame->data[0];
368 ost->frame->data, dst_nb_samples,
369 (const uint8_t **)frame->data, frame->nb_samples);
399 /* allocate the buffers for the frame data */
402 fprintf(stderr, "Could not allocate frame data.\n");
464 pict->data[0][y * pict->linesize[0] + x] = x + y + i * 3;
469 pict->data[1][y * pict->linesize[1] + x] = 128 + y + i * 2;
470 pict->data[2][y * pict->linesize[2] + x] = 64 + x + i * 5;
505 sws_scale(ost->sws_ctx, (const uint8_t * const *) ost->tmp_frame->data,
506 ost->tmp_frame->linesize, 0, c->height, ost->frame->data,