Home
last modified time | relevance | path

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

123

/hardware/google/av/media/sfplugin/tests/
DMediaCodec_sanity_test.cpp47 if (codec != nullptr) { in ~MediaCodecSanityTest()
48 codec->release(); in ~MediaCodecSanityTest()
54 sp<MediaCodec> codec; member in android::MediaCodecSanityTest
111 codec = MediaCodec::CreateByComponentName(looper, "c2.android.avc.decoder"); in TEST_P()
121 EXPECT_EQ(codec->configure(cfg, nullptr, nullptr, 0), OK); in TEST_P()
122 EXPECT_EQ(codec->getInputFormat(&ifmt), OK); in TEST_P()
130 EXPECT_EQ(codec->start(), OK); in TEST_P()
132 EXPECT_EQ(codec->dequeueInputBuffer(&ix, 1000000), OK); in TEST_P()
134 EXPECT_EQ(codec->getInputBuffer(ix, &buf), OK); in TEST_P()
140 codec = MediaCodec::CreateByComponentName(looper, "c2.android.vp8.decoder"); in TEST_P()
[all …]
/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
DVtsHalBluetoothA2dpV1_0TargetTest.cpp74 codec.codecType = CodecType::AAC; in SetUp()
75 codec.sampleRate = SampleRate::RATE_44100; in SetUp()
76 codec.bitsPerSample = BitsPerSample::BITS_16; in SetUp()
77 codec.channelMode = ChannelMode::STEREO; in SetUp()
78 codec.encodedAudioBitrate = 320000; in SetUp()
79 codec.peerMtu = 1000; in SetUp()
114 CodecConfiguration codec; member in BluetoothA2dpHidlTest
122 EXPECT_EQ(Status::SUCCESS, audio_offload->startSession(audio_host, codec)); in TEST_F()
/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/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/google/av/media/codecs/base/
DAndroid.bp39 // public dependency for software codec implementation
66 // public dependency for software codec implementation
80 // public dependency for software codec implementation
/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/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);
1323 static void hw_sco_i2spcm_config_from_command(void *p_mem, uint16_t codec) { in hw_sco_i2spcm_config_from_command() argument
1332 hw_sco_i2spcm_config(codec); in hw_sco_i2spcm_config_from_command()
1347 static void hw_sco_i2spcm_config(uint16_t codec) in hw_sco_i2spcm_config() argument
1367 if (codec == SCO_CODEC_CVSD) in hw_sco_i2spcm_config()
1372 else if (codec == SCO_CODEC_MSBC) in hw_sco_i2spcm_config()
1411 static int hw_set_SCO_codec(uint16_t codec) in hw_set_SCO_codec() argument
1419 BTHWDBG( "hw_set_SCO_codec 0x%x", codec); in hw_set_SCO_codec()
1434 if (codec == SCO_CODEC_MSBC) in hw_set_SCO_codec()
[all …]
/hardware/qcom/msm8x26/original-kernel-headers/sound/
Dcompress_offload.h52 struct snd_codec codec; member
120 __u32 codec; member
/hardware/qcom/msm8994/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/msm8994/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/msm8x84/original-kernel-headers/sound/
Dcompress_offload.h52 struct snd_codec codec; member
120 __u32 codec; member
/hardware/google/av/media/sfplugin/
DCodec2InfoBuilder.cpp263 for (const MediaCodecsXmlParser::Codec& codec : parser.getCodecMap()) { in buildOmxInfo() local
264 const std::string &name = codec.first; in buildOmxInfo()
265 if (!hasPrefix(codec.first, "OMX.")) { in buildOmxInfo()
268 const MediaCodecsXmlParser::CodecProperties &properties = codec.second; in buildOmxInfo()
429 const MediaCodecsXmlParser::CodecProperties &codec = parser.getCodecMap().at(canonName); in buildMediaCodecList() local
443 } else if (codec.quirkSet.find("attribute::software-codec") == codec.quirkSet.end()) { in buildMediaCodecList()
450 for (const std::string &alias : codec.aliases) { in buildMediaCodecList()
454 for (auto typeIt = codec.typeMap.begin(); typeIt != codec.typeMap.end(); ++typeIt) { in buildMediaCodecList()
/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
137 $(LOCAL_PATH)/../../../mm-image-codec/qexif \
138 $(LOCAL_PATH)/../../../mm-image-codec/qomx_core
/hardware/qcom/msm8996/kernel-headers/sound/
Dcompress_offload.h34 struct snd_codec codec; member
71 __u32 codec; member
/hardware/qcom/msm8x09/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/original-kernel-headers/sound/
Dcompress_offload.h52 struct snd_codec codec; member
120 __u32 codec; member
/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
/hardware/qcom/msm8998/original-kernel-headers/sound/
Dcompress_offload.h52 struct snd_codec codec; member
120 __u32 codec; member
/hardware/qcom/msm8998/kernel-headers/sound/
Dcompress_offload.h34 struct snd_codec codec; member
71 __u32 codec; member
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
DAndroid.mk31 OMX_CORE_DIR := $(MM_JPEG_TEST_PATH)/../../../../mm-image-codec
75 OMX_CORE_DIR := $(MM_JPEG_TEST_PATH)/../../../../mm-image-codec

123