Lines Matching defs:frame
50 const AVFrame *frame, int *got_packet)
52 int ret = av_image_get_buffer_size(frame->format,
53 frame->width, frame->height, 1);
61 (const uint8_t **)frame->data, frame->linesize,
62 frame->format,
63 frame->width, frame->height, 1)) < 0)
67 frame->format == AV_PIX_FMT_YUYV422) {
69 for(x = 1; x < frame->height*frame->width*2; x += 2)
72 frame->format == AV_PIX_FMT_RGBA64BE) {
75 for (x = 0; x < frame->height * frame->width; x++) {