Lines Matching defs:data

43                                            int type, char *data, size_t bit_len)
73 (bit_len + 7) / 8, 1, data, &data_buffer);
75 av_log(avctx, AV_LOG_ERROR, "Failed to create data buffer "
89 int type, char *data, size_t len)
102 type, len, 1, data, &buffer);
118 const void *data, size_t len)
131 memcpy(buffer + sizeof(header), data, len);
272 char data[MAX_PARAM_BUFFER_SIZE];
309 pic->recon_surface = (VASurfaceID)(uintptr_t)pic->recon_image->data[3];
317 pic->output_buffer = (VABufferID)(uintptr_t)pic->output_buffer_ref->data;
382 bit_len = 8 * sizeof(data);
383 err = ctx->codec->write_sequence_header(avctx, data, &bit_len);
391 data, bit_len);
399 bit_len = 8 * sizeof(data);
400 err = ctx->codec->write_picture_header(avctx, pic, data, &bit_len);
408 data, bit_len);
415 size_t len = sizeof(data);
418 data, &len);
428 data, len);
438 bit_len = 8 * sizeof(data);
440 data, &bit_len);
450 data, bit_len);
493 bit_len = 8 * sizeof(data);
495 data, &bit_len);
503 data, bit_len);
527 roi = (const AVRegionOfInterest*)sd->data;
548 roi = (const AVRegionOfInterest*)(sd->data + roi_size * i);
681 ptr = pkt->data;
1109 av_log(avctx, AV_LOG_WARNING, "ROI side data on input "
1145 pic->input_surface = (VASurfaceID)(uintptr_t)frame->data[3];
2399 uint8_t *data)
2405 buffer_id = (VABufferID)(uintptr_t)data;
2423 // that the uncompressed frame plus some header data is an upper
2516 ctx->recon_frames = (AVHWFramesContext*)ctx->recon_frames_ref->data;
2565 ctx->input_frames = (AVHWFramesContext*)ctx->input_frames_ref->data;
2572 ctx->device = (AVHWDeviceContext*)ctx->device_ref->data;
2700 char data[MAX_PARAM_BUFFER_SIZE];
2701 size_t bit_len = 8 * sizeof(data);
2703 err = ctx->codec->write_sequence_header(avctx, data, &bit_len);
2716 memcpy(avctx->extradata, data, avctx->extradata_size);