Home
last modified time | relevance | path

Searched refs:codec (Results 1 – 25 of 81) sorted by relevance

1234

/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
DVtsHalBluetoothA2dpV1_0TargetTest.cpp54 codec.codecType = CodecType::AAC; in SetUp()
55 codec.sampleRate = SampleRate::RATE_44100; in SetUp()
56 codec.bitsPerSample = BitsPerSample::BITS_16; in SetUp()
57 codec.channelMode = ChannelMode::STEREO; in SetUp()
58 codec.encodedAudioBitrate = 320000; in SetUp()
59 codec.peerMtu = 1000; in SetUp()
94 CodecConfiguration codec; member in BluetoothA2dpHidlTest
102 EXPECT_EQ(Status::SUCCESS, audio_offload->startSession(audio_host, codec)); in TEST_P()
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/inc/
Dvidc_common.h70 static bool convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_profile);
71 static bool convert_omx_profile_to_v4l2(int codec, int omx_profile, int *v4l2_profile);
72 static bool convert_v4l2_level_to_omx(int codec, int v4l2_level, int *omx_level);
73 static bool convert_omx_level_to_v4l2(int codec, int omx_level, int *v4l2_level);
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/inc/
Dvidc_common.h92 static bool convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_profile);
93 static bool convert_omx_profile_to_v4l2(int codec, int omx_profile, int *v4l2_profile);
94 static bool convert_v4l2_level_to_omx(int codec, int v4l2_level, int *omx_level);
95 static bool convert_omx_level_to_v4l2(int codec, int omx_level, int *v4l2_level);
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/src/
Dvidc_common.cpp252 bool profile_level_converter::convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_pro… in convert_v4l2_profile_to_omx() argument
256 if (!find_map(profile_v4l2_to_omx_map, codec, &profile_map)) in convert_v4l2_profile_to_omx()
262 bool profile_level_converter::convert_omx_profile_to_v4l2(int codec, int omx_profile, int *v4l2_pro… in convert_omx_profile_to_v4l2() argument
266 if (!find_map(profile_omx_to_v4l2_map, codec, &profile_map)) in convert_omx_profile_to_v4l2()
272 bool profile_level_converter::convert_v4l2_level_to_omx(int codec, int v4l2_level, int *omx_level) in convert_v4l2_level_to_omx() argument
276 if (!find_map(level_v4l2_to_omx_map, codec, &level_map)) in convert_v4l2_level_to_omx()
282 bool profile_level_converter::find_tier(int codec, int omx_level, unsigned int *tier) in find_tier() argument
287 if(codec == V4L2_PIX_FMT_HEVC) { in find_tier()
309 bool profile_level_converter::convert_omx_level_to_v4l2(int codec, int omx_level, int *v4l2_level) in convert_omx_level_to_v4l2() argument
313 if (!find_map(level_omx_to_v4l2_map, codec, &level_map)) in convert_omx_level_to_v4l2()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/common/inc/
Dvidc_common.h95 static bool convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_profile);
96 static bool convert_omx_profile_to_v4l2(int codec, int omx_profile, int *v4l2_profile);
97 static bool convert_v4l2_level_to_omx(int codec, int v4l2_level, int *omx_level);
98 static bool find_tier(int codec, int omx_level, unsigned int *tire);
99 static bool convert_omx_level_to_v4l2(int codec, int omx_level, int *v4l2_level);
/hardware/qcom/sdm845/media/mm-video-v4l2/vidc/common/src/
Dvidc_common.cpp270 bool profile_level_converter::convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_pro… in convert_v4l2_profile_to_omx() argument
274 if (!find_map(profile_v4l2_to_omx_map, codec, &profile_map)) in convert_v4l2_profile_to_omx()
280 bool profile_level_converter::convert_omx_profile_to_v4l2(int codec, int omx_profile, int *v4l2_pro… in convert_omx_profile_to_v4l2() argument
284 if (!find_map(profile_omx_to_v4l2_map, codec, &profile_map)) in convert_omx_profile_to_v4l2()
290 bool profile_level_converter::convert_v4l2_level_to_omx(int codec, int v4l2_level, int *omx_level) in convert_v4l2_level_to_omx() argument
294 if (!find_map(level_v4l2_to_omx_map, codec, &level_map)) in convert_v4l2_level_to_omx()
300 bool profile_level_converter::convert_omx_level_to_v4l2(int codec, int omx_level, int *v4l2_level) in convert_omx_level_to_v4l2() argument
304 if (!find_map(level_omx_to_v4l2_map, codec, &level_map)) in convert_omx_level_to_v4l2()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/common/src/
Dvidc_common.cpp276 bool profile_level_converter::convert_v4l2_profile_to_omx(int codec, int v4l2_profile, int *omx_pro… in convert_v4l2_profile_to_omx() argument
280 if (!find_map(profile_v4l2_to_omx_map, codec, &profile_map)) in convert_v4l2_profile_to_omx()
286 bool profile_level_converter::convert_omx_profile_to_v4l2(int codec, int omx_profile, int *v4l2_pro… in convert_omx_profile_to_v4l2() argument
290 if (!find_map(profile_omx_to_v4l2_map, codec, &profile_map)) in convert_omx_profile_to_v4l2()
296 bool profile_level_converter::convert_v4l2_level_to_omx(int codec, int v4l2_level, int *omx_level) in convert_v4l2_level_to_omx() argument
300 if (!find_map(level_v4l2_to_omx_map, codec, &level_map)) in convert_v4l2_level_to_omx()
306 bool profile_level_converter::convert_omx_level_to_v4l2(int codec, int omx_level, int *v4l2_level) in convert_omx_level_to_v4l2() argument
310 if (!find_map(level_omx_to_v4l2_map, codec, &level_map)) in convert_omx_level_to_v4l2()
/hardware/interfaces/bluetooth/audio/2.0/
Dtypes.hal21 * all the Capabilities of a codec as well as to configure the codecs. All
158 * Used for Hardware Encoding SBC codec parameters.
172 /** Used for Hardware Encoding AAC codec parameters */
182 * Used for Hardware Encoding LDAC codec parameters
183 * Only used when configuring the codec. When Capabilities are requested, this
193 /** Used for Hardware Encoding AptX and AptX-HD codec parameters */
233 * The HAL needs to support all legal bitrates for the selected codec.
DIBluetoothAudioProvider.hal35 * current negotiated codec to the Audio HAL. After this method is called,
43 * otherwise the correct codec configuration is used for hardware
50 * IBluetoothAudioPort with the given codec configuration
/hardware/interfaces/bluetooth/audio/2.1/
Dtypes.hal63 * Used for Hardware Encoding/Decoding LC3 codec parameters.
69 /* codec-specific parameters */
72 /* length in octets of a codec frame */
74 /* Number of blocks of codec frames per single SDU (Service Data Unit) */
DIBluetoothAudioProvider.hal37 * current negotiated codec to the Audio HAL. After this method is called,
45 * otherwise the correct codec configuration is used for hardware
52 * IBluetoothAudioPort with the given codec configuration
/hardware/broadcom/libbt/src/
Dhardware.c263 static void hw_sco_i2spcm_config(uint16_t codec);
264 static void hw_sco_i2spcm_config_from_command(void *p_mem, uint16_t codec);
1325 static void hw_sco_i2spcm_config_from_command(void *p_mem, uint16_t codec) { in hw_sco_i2spcm_config_from_command() argument
1334 hw_sco_i2spcm_config(codec); in hw_sco_i2spcm_config_from_command()
1349 static void hw_sco_i2spcm_config(uint16_t codec) in hw_sco_i2spcm_config() argument
1369 if (codec == SCO_CODEC_CVSD) in hw_sco_i2spcm_config()
1374 else if (codec == SCO_CODEC_MSBC) in hw_sco_i2spcm_config()
1413 static int hw_set_SCO_codec(uint16_t codec) in hw_set_SCO_codec() argument
1421 BTHWDBG( "hw_set_SCO_codec 0x%x", codec); in hw_set_SCO_codec()
1436 if (codec == SCO_CODEC_MSBC) in hw_set_SCO_codec()
[all …]
/hardware/qcom/msm8994/kernel-headers/sound/
Dcompress_offload.h34 struct snd_codec codec; member
71 __u32 codec; member
/hardware/qcom/msm8x26/original-kernel-headers/sound/
Dcompress_offload.h52 struct snd_codec codec; member
120 __u32 codec; member
/hardware/qcom/msm8x84/kernel-headers/sound/
Dcompress_offload.h34 struct snd_codec codec; member
71 __u32 codec; member
/hardware/qcom/msm8x26/kernel-headers/sound/
Dcompress_offload.h34 struct snd_codec codec; member
71 __u32 codec; member
/hardware/qcom/msm8x84/original-kernel-headers/sound/
Dcompress_offload.h52 struct snd_codec codec; member
120 __u32 codec; member
/hardware/qcom/msm8994/original-kernel-headers/sound/
Dcompress_offload.h52 struct snd_codec codec; member
120 __u32 codec; member
/hardware/qcom/msm8x09/original-kernel-headers/sound/
Dcompress_offload.h52 struct snd_codec codec; member
120 __u32 codec; member
/hardware/qcom/msm8996/original-kernel-headers/sound/
Dcompress_offload.h52 struct snd_codec codec; member
120 __u32 codec; member
/hardware/qcom/msm8x09/kernel-headers/sound/
Dcompress_offload.h34 struct snd_codec codec; member
71 __u32 codec; member
/hardware/qcom/msm8996/kernel-headers/sound/
Dcompress_offload.h34 struct snd_codec codec; member
71 __u32 codec; member
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/
DAndroid.mk42 $(LOCAL_PATH)/../../../mm-image-codec/qexif \
43 $(LOCAL_PATH)/../../../mm-image-codec/qomx_core
139 $(LOCAL_PATH)/../../../mm-image-codec/qexif \
140 $(LOCAL_PATH)/../../../mm-image-codec/qomx_core
/hardware/interfaces/bluetooth/a2dp/1.0/
DIBluetoothAudioOffload.hal30 * as codec configuration to the HAL server, when its connected to an
43 * codec.
52 * given codec configuration
54 * platform with the given codec configuration
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/
DAndroid.mk23 $(LOCAL_PATH)/../../../mm-image-codec/qexif \
24 $(LOCAL_PATH)/../../../mm-image-codec/qomx_core

1234