Lines Matching defs:data
199 void *data;
339 if (info->sei->data) av_free(info->sei->data);
574 av_log(avctx, AV_LOG_ERROR, "Error getting parameter set data: %d\n", status);
614 CFDataRef data = CMFormatDescriptionGetExtension(vid_fmt, kCMFormatDescriptionExtension_VerbatimSampleDescription);
615 if (data && CFGetTypeID(data) == CFDataGetTypeID()) {
616 CFIndex size = CFDataGetLength(data);
623 CFDataGetBytes(data, CFRangeMake(0, size), avctx->extradata);
1676 * Copies the data inserting emulation prevention bytes as needed.
1677 * Existing data in the destination can be taken into account by providing
1776 bytes_written = copy_emulation_prev(sei->data,
1795 * @param sei Optional A53 closed captions SEI data.
1804 * or if a length_code in src_data specifies data beyond
1917 av_log(avctx, AV_LOG_ERROR, "Cannot copy data: %d\n", status);
1961 * Returns a sufficient number of bytes to contain the sei data.
1969 copied_size = -copy_emulation_prev(sei->data,
2045 status = copy_param_sets(avctx, vid_fmt, pkt->data, out_buf_size);
2054 pkt->data + header_size,
2059 av_log(avctx, AV_LOG_ERROR, "Error copying packet data: %d\n", status);
2076 status = CMBlockBufferCopyDataBytes(buf, 0, len, pkt->data);
2078 av_log(avctx, AV_LOG_ERROR, "Error copying packet data: %d\n", status);
2173 frame->data[i] + strides[i] * heights[i] != frame->data[i + 1]) {
2213 for (i = 0; frame->data[i]; i++) {
2225 src_addr = (uint8_t*)frame->data[i];
2241 if (frame->data[1]) {
2252 src_addr = (uint8_t*)frame->data[0];
2294 *cv_img = (CVPixelBufferRef)frame->data[3];
2416 int ret = ff_alloc_a53_sei(frame, 0, &sei->data, &sei->size);
2501 if (sei->data) av_free(sei->data);