Lines Matching refs:data
187 memset(frame->data[0], 0, frame->height * frame->linesize[0]);
210 src = r->data[0];
211 pal = (uint32_t *)r->data[1];
228 av_assert1(frame->data[0]);
271 dst = frame->data [0];
1060 pkt->data = subtitle_out;
1753 "Finishing stream %d:%d without any data written to it.\n",
1965 (ifilter->hw_frames_ctx && ifilter->hw_frames_ctx->data != frame->hw_frames_ctx->data))
1969 if (!ifilter->displaymatrix || memcmp(sd->data, ifilter->displaymatrix, sizeof(int32_t) * 9))
2469 "data for stream #%d:%d\n", ist->file_index, ist->st->index);
2781 memcpy(dst_data, sd_src->data, sd_src->size);
2948 av_log(oc, AV_LOG_WARNING, "Input stream data not available, using default time base\n");
3206 memcpy(dst_data, sd_src->data, sd_src->size);
3211 * Add global input side data. For now this is naive, and copies it
3212 * from the input stream's global side data. All side data should
3214 * packet side data, and then potentially using the first packet for
3215 * global side data.
3225 memcpy(dst, sd->data, sd->size);
3318 * initialize stream copy and subtitle/data streams.
4049 /* add the stream-global side data to the first packet */
4065 memcpy(dst_data, src_sd->data, src_sd->size);