Home
last modified time | relevance | path

Searched refs:channel_order (Results 1 - 4 of 4) sorted by relevance

/third_party/alsa-utils/speaker-test/
H A Dspeaker-test.c175 static const int channel_order[] = { variable
219 if (chpos1 < ARRAY_SIZE(channel_order) && channel_order[chpos1]) in chpos_cmp()
220 weight1 = channel_order[chpos1]; in chpos_cmp()
221 if (chpos2 < ARRAY_SIZE(channel_order) && channel_order[chpos2]) in chpos_cmp()
222 weight2 = channel_order[chpos2]; in chpos_cmp()
226 * or if neither is in channel_order[] */ in chpos_cmp()
230 /* order according to channel_order[] */ in chpos_cmp()
237 * according to channel_order[] value in order_channels()
[all...]
/third_party/ffmpeg/libavformat/
H A Dmov.c7660 int ambisonic_order, channel_order, normalization, channel_count;
7687 channel_order = avio_r8(pb);
7688 if (channel_order) {
7690 "Unsupported channel_order %d\n", channel_order);
/third_party/vk-gl-cts/external/openglcts/modules/gles3/
H A Des3cCopyTexImageConversionsTests.cpp8375 ChannelOrder channel_order = CHANNEL_ORDER_UNKNOWN;
8400 if (!getChannelOrderForInternalformatAndType(internalformat, type, &channel_order))
8433 switch (channel_order)
/third_party/astc-encoder/Source/
H A Dstb_image.h903 int channel_order; member
1139 ri->channel_order = STBI_ORDER_RGB; // all current input & output are this, but this is here so we can add BGR order in stbi__load_main()

Completed in 37 milliseconds