Home
last modified time | relevance | path

Searched refs:transform_size (Results 1 – 18 of 18) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dindeo5.c159 band->transform_size = 8; in decode_gop_header()
166 band->transform_size = 8; in decode_gop_header()
173 band->transform_size = 8; in decode_gop_header()
180 band->transform_size = 8; in decode_gop_header()
187 band->transform_size = 4; in decode_gop_header()
194 if (band->transform_size != band->blk_size) { in decode_gop_header()
195 …V_LOG_ERROR, "transform and block size mismatch (%d != %d)\n", band->transform_size, band->blk_siz… in decode_gop_header()
247 band2->transform_size= band1->transform_size; in decode_gop_header()
Dindeo4.c346 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()
Divi.h178 int transform_size; member
Divi.c502 int min_size = band->pitch * (band->transform_size - 1) + in ivi_decode_coded_blocks()
503 band->transform_size; in ivi_decode_coded_blocks()
567 if(band->transform_size > band->blk_size){ in ivi_decode_coded_blocks()
/third_party/gstreamer/gstplugins_bad/tools/element-templates/
Dbasetransform64 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/
Dgstbasetransform.h256 gboolean (*transform_size) (GstBaseTransform *trans, member
Dgstbasetransform.c360 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/gstplugins_good/gst/debugutils/
Dgstcapssetter.c148 trans_class->transform_size = in gst_caps_setter_class_init()
/third_party/gstreamer/gstreamer/tests/check/libs/
Dtest_transform.c116 trans_class->transform_size = klass_transform_size; in gst_test_trans_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dgstvideofilter.c381 trans_class->transform_size = in gst_video_filter_class_init()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasetransform.c590 trans_class->transform_size = in gst_va_base_transform_class_init()
/third_party/gstreamer/gstplugins_good/gst/audiofx/
Dgstscaletempo.c935 basetransform_class->transform_size = in gst_scaletempo_class_init()
Daudiofxbasefirfilter.c584 trans_class->transform_size = in gst_audio_fx_base_fir_filter_class_init()
/third_party/gstreamer/gstplugins_base/gst/audioresample/
Dgstaudioresample.c200 GST_BASE_TRANSFORM_CLASS (klass)->transform_size = in gst_audio_resample_class_init()
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dgstccconverter.c2580 basetransform_class->transform_size = in gst_cc_converter_class_init()
/third_party/gstreamer/gstreamer/
DChangeLog43164 basetransform: don't pass NULL outcaps to transform_size on shutdown
43168 out in that case, instead of passing NULL caps to the transform_size
58730 Make a default implementation of transform_size.
62394 Delay getting the caps until we need to call the transform_size function.
62405 if we do, we can simply use the transform_size function and get the caps from
77289 capsfilter: Remove transform_size
77291 transform_size.
77297 basetransform: Assume size is the same if no transform_size/get_unit_size
77298 Subclasses that don't implemen transform_size should be assumed to produce output
/third_party/gstreamer/gstplugins_bad/
DChangeLog14585 va: vpp: transform_size() must return FALSE
14586 transform_size() basetransform vmethod is used when there's no output buffer
14589 Thus transform_size() is not required, but to play safe let's return FALSE.
136531 ivtc: remove transform_size, it's not needed
/third_party/gstreamer/gstplugins_base/
DChangeLog51165 Optimize the resampler transform_size function a little.
93105 videoconvert: fix the transform_size function
125364 When calculating the input/output buffer sizes in the transform_size function,