Home
last modified time | relevance | path

Searched refs:channels2 (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dvideoframe-audiolevel.c300 gint channels2; in on_message() local
320 channels2 = rms_arr->n_values; in on_message()
321 fail_unless_equals_int (channels2, channels); in on_message()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_image_writer.cpp2148 uint32 channels2 = fColorChannels * fColorChannels; in color_tag_set() local
2150 if (fCameraCalibration1.Count () == channels2) in color_tag_set()
2157 if (fCameraCalibration2.Count () == channels2) in color_tag_set()
2164 if (fCameraCalibration1.Count () == channels2 || in color_tag_set()
2165 fCameraCalibration2.Count () == channels2) in color_tag_set()