Home
last modified time | relevance | path

Searched refs:sizeimage (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2format.c146 out_info->size = pix_mp->plane_fmt[0].sizeimage; in gst_v4l2_format_to_video_info()
148 out_info->size = pix->sizeimage; in gst_v4l2_format_to_video_info()
Dgstv4l2decoder.c332 gsize sizeimage = MAX (IMAGE_MINSZ, (width * height * pixel_bitdepth) / 8); in gst_v4l2_decoder_set_sink_fmt() local
335 format.fmt.pix_mp.plane_fmt[0].sizeimage = sizeimage; in gst_v4l2_decoder_set_sink_fmt()
337 format.fmt.pix.sizeimage = sizeimage; in gst_v4l2_decoder_set_sink_fmt()
/third_party/ffmpeg/libavcodec/
Dv4l2_context.c140 ctx->format.fmt.pix_mp.plane_fmt[0].sizeimage = in v4l2_save_to_context()
150 ctx->format.fmt.pix.sizeimage = in v4l2_save_to_context()
768 …IPLANAR(ctx->type) ? ctx->format.fmt.pix_mp.plane_fmt[0].sizeimage : ctx->format.fmt.pix.sizeimage, in ff_v4l2_context_init()
/third_party/ffmpeg/libavdevice/
Dv4l2enc.c79 fmt.fmt.pix.sizeimage = av_image_get_buffer_size(par->format, par->width, par->height, 1); in write_header()
/third_party/ltp/testcases/kernel/device-drivers/v4l/user_space/
Dtest_VIDIOC_FMT.c225 format.fmt.pix.sizeimage, in do_get_formats()
776 format_max.fmt.pix.sizeimage, in do_set_formats_enum()
804 CU_ASSERT(0 < format_max.fmt.pix.sizeimage); in do_set_formats_enum()
853 format_min.fmt.pix.sizeimage, in do_set_formats_enum()
881 CU_ASSERT(0 < format_min.fmt.pix.sizeimage); in do_set_formats_enum()
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/
Dvideodev2.h496 __u32 sizeimage; member
1145 __u32 sizeimage; member
2241 __u32 sizeimage; member
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/
Dvideodev2.h496 __u32 sizeimage; member
1145 __u32 sizeimage; member
2241 __u32 sizeimage; member
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2object.c3241 info->size = format->fmt.pix.sizeimage; in gst_v4l2_object_save_format()
3299 info->size += pix_mp->plane_fmt[i].sizeimage; in gst_v4l2_object_save_format()
3310 info->size = format->fmt.pix.sizeimage; in gst_v4l2_object_save_format()
3715 format.fmt.pix_mp.plane_fmt[0].sizeimage = ENCODED_BUFFER_SIZE; in gst_v4l2_object_set_format_full()
3734 format.fmt.pix.sizeimage = ENCODED_BUFFER_SIZE; in gst_v4l2_object_set_format_full()
3802 format.fmt.pix_mp.plane_fmt[i].sizeimage); in gst_v4l2_object_set_format_full()
3805 format.fmt.pix.bytesperline, format.fmt.pix.sizeimage); in gst_v4l2_object_set_format_full()
Dgstv4l2allocator.c281 img_size = obj->format.fmt.pix_mp.plane_fmt[i].sizeimage; in gst_v4l2_memory_group_new()
287 img_size = obj->format.fmt.pix.sizeimage; in gst_v4l2_memory_group_new()
/third_party/gstreamer/gstplugins_bad/
DChangeLog2133 v4l2codecs: mpeg2: Fix selected sizeimage
2135 to requesting sizeimage of 0. Previously that worked since the driver
2277 v4l2codecs: gstv4l2decoder: set minimum sizeimage
2278 Set minimum sizeimage such that there is enough space for any overhead
24900 There was a missing break for the 4:4:4 case which would break the sizeimage
/third_party/gstreamer/gstplugins_good/
DChangeLog26816 read/write. This workaround bugs in driver where the sizeimage provided
83191 Rename the size variable to sizeimage and fill it with the size that has been