HomeSort by relevance Sort by last modified time
    Searched full:channels (Results 626 - 650 of 4938) sorted by null

<<21222324252627282930>>

  /packages/apps/TV/res/values-en-rIN/
strings.xml 23 <string name="menu_title_channels" msgid="1949045451672990132">"Channels"</string>
32 <string name="channels_item_setup" msgid="6557412175737379022">"New channels available"</string>
38 <string name="options_item_more_channels" msgid="971040969622943300">"Get more channels"</string>
56 <string name="multi_audio_channel_suffix" msgid="4443825738196093772">"%d channels"</string>
73 <item quantity="other">%1$d channels added</item>
76 <string name="msg_no_channel_added" msgid="2882586037409921925">"No channels added"</string>
80 <string name="option_channels_locked" msgid="5797855082297549907">"Channels blocked"</string>
83 <string name="option_channels_subheader_hidden" msgid="4669425935426972078">"Hidden channels"</string>
123 <string name="postal_code_guidance_description" msgid="4224511147377561572">"Live TV app will use the postcode to provide a complete programme guide for the TV channels."</string>
128 <string name="settings_channel_source_item_customize_channels_description" msgid="8966243790328235580">"Choose channels for your programme guide"</string
    [all...]
  /external/adhd/cras/src/tests/
audio_thread_unittest_obsolete.cc 101 channel_area_set_channel(&dummy_audio_area1->channels[0], CRAS_CH_FL);
102 channel_area_set_channel(&dummy_audio_area1->channels[1], CRAS_CH_FR);
107 channel_area_set_channel(&dummy_audio_area2->channels[0], CRAS_CH_FL);
108 channel_area_set_channel(&dummy_audio_area2->channels[1], CRAS_CH_FR);
174 area_->channels[0].buf = audio_buffer_;
175 channel_area_set_channel(&area_->channels[0], CRAS_CH_FL);
176 area_->channels[0].step_bytes = 4;
177 area_->channels[1].buf = audio_buffer_ + 2;
178 channel_area_set_channel(&area_->channels[1], CRAS_CH_FR);
179 area_->channels[1].step_bytes = 4
    [all...]
  /frameworks/base/media/java/android/media/tv/
TvContract.java 52 * information. The information is stored in {@link Channels} and {@link Programs} tables.
55 * <li>A row in the {@link Channels} table represents information about a TV channel. The data
84 * is only relevant to channels with {@link Channels#TYPE_PREVIEW} type.
88 * <li>{@link #EXTRA_CHANNEL_ID}: ID for the {@link Channels#TYPE_PREVIEW} channel as a long
102 * This is only relevant to channels with {@link Channels#TYPE_PREVIEW} type. Use
107 * <li>{@link #EXTRA_CHANNEL_ID}: ID for the {@link Channels#TYPE_PREVIEW} channel as a long
161 * to initialize its channels and programs to the system content provider.
279 * preview programs/channels and watch next programs belonging to this package in the conten
    [all...]
  /frameworks/native/headers/media_plugin/media/openmax/
OMX_Audio.h 172 #define OMX_AUDIO_MAXCHANNELS 16 /**< maximum number distinct audio channels that a buffer may contain */
180 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */
198 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those
199 two channels changes accordingly to each channel information */
201 2 channels for higher compression gain */
202 OMX_AUDIO_ChannelModeDual, /**< 2 mono-channels, each channel is encoded with half
225 OMX_U32 nChannels; /**< Number of channels */
299 OMX_U32 nChannels; /**< Number of channels */
322 OMX_U32 nChannels; /**< Number of channels */
351 OMX_U32 nChannels; /**< Number of channels */
    [all...]
  /hardware/qcom/media/msm8998/mm-core/inc/
OMX_Audio.h 156 #define OMX_AUDIO_MAXCHANNELS 16 /**< maximum number distinct audio channels that a buffer may contain */
164 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */
182 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those
183 two channels changes accordingly to each channel information */
185 2 channels for higher compression gain */
186 OMX_AUDIO_ChannelModeDual, /**< 2 mono-channels, each channel is encoded with half
209 OMX_U32 nChannels; /**< Number of channels */
279 OMX_U32 nChannels; /**< Number of channels */
302 OMX_U32 nChannels; /**< Number of channels */
355 OMX_U16 nChannels; /**< Number of channels */
    [all...]
  /external/libopus/celt/
celt_decoder.c 70 int channels; member in struct:OpusCustomDecoder
96 celt_sig _decode_mem[1]; /* Size = channels*(DECODE_BUFFER_SIZE+mode->overlap) */
97 /* opus_val16 lpc[], Size = channels*LPC_ORDER */
104 int celt_decoder_get_size(int channels)
107 return opus_custom_decoder_get_size(mode, channels);
110 OPUS_CUSTOM_NOSTATIC int opus_custom_decoder_get_size(const CELTMode *mode, int channels)
113 + (channels*(DECODE_BUFFER_SIZE+mode->overlap)-1)*sizeof(celt_sig)
114 + channels*LPC_ORDER*sizeof(opus_val16)
120 CELTDecoder *opus_custom_decoder_create(const CELTMode *mode, int channels, int *error)
123 CELTDecoder *st = (CELTDecoder *)opus_alloc(opus_custom_decoder_get_size(mode, channels));
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-io/8.1.14.v20131031/
jetty-io-8.1.14.v20131031.jar 
  /hardware/qcom/media/msm8974/mm-core/inc/
OMX_Audio.h 156 #define OMX_AUDIO_MAXCHANNELS 16 /**< maximum number distinct audio channels that a buffer may contain */
164 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */
182 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those
183 two channels changes accordingly to each channel information */
185 2 channels for higher compression gain */
186 OMX_AUDIO_ChannelModeDual, /**< 2 mono-channels, each channel is encoded with half
209 OMX_U32 nChannels; /**< Number of channels */
279 OMX_U32 nChannels; /**< Number of channels */
302 OMX_U32 nChannels; /**< Number of channels */
355 OMX_U16 nChannels; /**< Number of channels */
    [all...]
  /hardware/qcom/media/msm8974/mm-core/omxcore/inc/
OMX_Audio.h 155 #define OMX_AUDIO_MAXCHANNELS 16 /**< maximum number distinct audio channels that a buffer may contain */
163 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */
181 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those
182 two channels changes accordingly to each channel information */
184 2 channels for higher compression gain */
185 OMX_AUDIO_ChannelModeDual, /**< 2 mono-channels, each channel is encoded with half
208 OMX_U32 nChannels; /**< Number of channels */
278 OMX_U32 nChannels; /**< Number of channels */
301 OMX_U32 nChannels; /**< Number of channels */
354 OMX_U16 nChannels; /**< Number of channels */
    [all...]
  /hardware/qcom/media/msm8996/mm-core/inc/
OMX_Audio.h 156 #define OMX_AUDIO_MAXCHANNELS 16 /**< maximum number distinct audio channels that a buffer may contain */
164 OMX_U32 nChannels; /**< Number of channels (e.g. 2 for stereo) */
182 OMX_AUDIO_ChannelModeStereo = 0, /**< 2 channels, the bitrate allocation between those
183 two channels changes accordingly to each channel information */
185 2 channels for higher compression gain */
186 OMX_AUDIO_ChannelModeDual, /**< 2 mono-channels, each channel is encoded with half
209 OMX_U32 nChannels; /**< Number of channels */
279 OMX_U32 nChannels; /**< Number of channels */
302 OMX_U32 nChannels; /**< Number of channels */
355 OMX_U16 nChannels; /**< Number of channels */
    [all...]
  /compatibility/cdd/3_software/
3_12_tv-input-framework.md 18 * [C-1-1] The TV App MUST provide facilities to install and use [TV Channels](
19 http://developer.android.com/reference/android/media/tv/TvContract.Channels.html)
68 * Changing TV channels
81 http://developer.android.com/reference/android/media/tv/TvContract.Channels.html#COLUMN_APP_LINK_INTENT_URI),
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/audiolib/
AudioFiller.java 32 * @param numChans The number of channels (in the buffer) required by the player.
  /cts/tests/tests/uirendering/src/android/uirendering/cts/util/
CompareUtils.java 18 * channels. Should be less than 2 normally.
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/res/values/
base-strings.xml 28 (3) Establishing RFCOMM channels/sockets
  /developers/samples/android/tv/ChannelsPrograms/Application/src/main/java/com/example/android/tv/channelsprograms/
InitializeChannelsReceiver.java 25 /** Initializes channels and programs at installation time. */
  /development/samples/browseable/BluetoothChat/res/values/
base-strings.xml 28 (3) Establishing RFCOMM channels/sockets
  /device/generic/goldfish/wifi/wifi_hal/
interface.cpp 29 // A list of supported channels in the 2.4 GHz band, values in MHz
154 wifi_channel* channels,
156 if (channels == nullptr || numChannels == nullptr || maxChannels < 0) {
163 memcpy(channels, k2p4Channels, *numChannels);
  /external/autotest/server/site_tests/audio_LeftRightInternalSpeaker/
control.browser 21 sounds to left and right channels separately. It can't detect if the
control.native 21 sounds to left and right channels separately. It can't detect if the
  /external/autotest/server/site_tests/network_WiFi_SimpleConnect/
control.wifi_check11a 17 on channels 48, 64.
control.wifi_check11b 17 on channels 1, 6, and 11 (2.4 Ghz band) and correctly send IP traffic.
control.wifi_check11g 17 on channels 1, 6, and 11 (2.4 Ghz band) and correctly send IP traffic.
control.wifi_checkHidden 17 2.4 and 5 Ghz channels.
  /external/autotest/server/site_tests/network_WiFi_SuspendStress/
control.11a 17 wifi adapter is brought back up and connects to a 802.11a network on channels
control.11b 15 wifi adapter is brought back up and connects to a 802.11b network on channels

Completed in 537 milliseconds

<<21222324252627282930>>