Searched refs:transform_size (Results 1 – 17 of 17) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | indeo5.c | 158 band->transform_size = 8; in decode_gop_header() 165 band->transform_size = 8; in decode_gop_header() 172 band->transform_size = 8; in decode_gop_header() 179 band->transform_size = 8; in decode_gop_header() 186 band->transform_size = 4; in decode_gop_header() 193 if (band->transform_size != band->blk_size) { in decode_gop_header() 194 …V_LOG_ERROR, "transform and block size mismatch (%d != %d)\n", band->transform_size, band->blk_siz… in decode_gop_header() 246 band2->transform_size= band1->transform_size; in decode_gop_header()
|
D | indeo4.c | 346 band->transform_size = 8; in decode_band_hdr() 348 band->transform_size = 4; in decode_band_hdr() 350 if (band->blk_size != band->transform_size) { in decode_band_hdr() 351 …V_LOG_ERROR, "transform and block size mismatch (%d != %d)\n", band->transform_size, band->blk_siz… in decode_band_hdr() 401 if (band->transform_size == 8 && band->blk_size < 8) { in decode_band_hdr()
|
D | ivi.h | 178 int transform_size; member
|
D | ivi.c | 515 int min_size = band->pitch * (band->transform_size - 1) + in ivi_decode_coded_blocks() 516 band->transform_size; in ivi_decode_coded_blocks() 580 if(band->transform_size > band->blk_size){ in ivi_decode_coded_blocks()
|
/third_party/gstreamer/gstplugins_bad/tools/element-templates/ |
D | basetransform | 64 base_transform_class->transform_size = GST_DEBUG_FUNCPTR (gst_replace_transform_size); 195 GST_DEBUG_OBJECT (replace, "transform_size");
|
/third_party/gstreamer/gstreamer/libs/gst/base/ |
D | gstbasetransform.h | 252 gboolean (*transform_size) (GstBaseTransform *trans, member
|
D | gstbasetransform.c | 360 klass->transform_size = in gst_base_transform_class_init() 609 if (klass->transform_size) { in gst_base_transform_transform_size() 611 ret = klass->transform_size (trans, direction, caps, size, othercaps, in gst_base_transform_transform_size()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | test_transform.c | 114 trans_class->transform_size = klass_transform_size; in gst_test_trans_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/debugutils/ |
D | gstcapssetter.c | 144 trans_class->transform_size = in gst_caps_setter_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideofilter.c | 378 trans_class->transform_size = in gst_video_filter_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/audioresample/ |
D | gstaudioresample.c | 190 GST_BASE_TRANSFORM_CLASS (klass)->transform_size = in gst_audio_resample_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | audiofxbasefirfilter.c | 584 trans_class->transform_size = in gst_audio_fx_base_fir_filter_class_init()
|
D | gstscaletempo.c | 916 basetransform_class->transform_size = in gst_scaletempo_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstccconverter.c | 1329 basetransform_class->transform_size = in gst_cc_converter_class_init()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 34909 basetransform: don't pass NULL outcaps to transform_size on shutdown 34913 out in that case, instead of passing NULL caps to the transform_size 50475 Make a default implementation of transform_size. 54139 Delay getting the caps until we need to call the transform_size function. 54150 if we do, we can simply use the transform_size function and get the caps from 69034 capsfilter: Remove transform_size 69036 transform_size. 69042 basetransform: Assume size is the same if no transform_size/get_unit_size 69043 Subclasses that don't implemen transform_size should be assumed to produce output
|
/third_party/gstreamer/gstplugins_base/ |
D | ChangeLog | 38153 Optimize the resampler transform_size function a little. 80094 videoconvert: fix the transform_size function 112353 When calculating the input/output buffer sizes in the transform_size function,
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 96947 ivtc: remove transform_size, it's not needed
|