Searched refs:transform_size (Results 1 – 18 of 18) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | indeo5.c | 159 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()
|
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 | 502 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/ |
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 | 256 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/gstplugins_good/gst/debugutils/ |
D | gstcapssetter.c | 148 trans_class->transform_size = in gst_caps_setter_class_init()
|
/third_party/gstreamer/gstreamer/tests/check/libs/ |
D | test_transform.c | 116 trans_class->transform_size = klass_transform_size; in gst_test_trans_class_init()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/ |
D | gstvideofilter.c | 381 trans_class->transform_size = in gst_video_filter_class_init()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvabasetransform.c | 590 trans_class->transform_size = in gst_va_base_transform_class_init()
|
/third_party/gstreamer/gstplugins_good/gst/audiofx/ |
D | gstscaletempo.c | 935 basetransform_class->transform_size = in gst_scaletempo_class_init()
|
D | audiofxbasefirfilter.c | 584 trans_class->transform_size = in gst_audio_fx_base_fir_filter_class_init()
|
/third_party/gstreamer/gstplugins_base/gst/audioresample/ |
D | gstaudioresample.c | 200 GST_BASE_TRANSFORM_CLASS (klass)->transform_size = in gst_audio_resample_class_init()
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | gstccconverter.c | 2580 basetransform_class->transform_size = in gst_cc_converter_class_init()
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 43164 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/ |
D | ChangeLog | 14585 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/ |
D | ChangeLog | 51165 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,
|