/hardware/google/av/media/sfplugin/tests/ |
D | MediaCodec_sanity_test.cpp | 47 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/ |
D | VtsHalBluetoothA2dpV1_0TargetTest.cpp | 74 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/ |
D | vidc_common.h | 70 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/ |
D | vidc_common.cpp | 270 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/ |
D | Android.bp | 39 // 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/ |
D | types.hal | 21 * 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.
|
D | IBluetoothAudioProvider.hal | 35 * 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/ |
D | hardware.c | 263 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/ |
D | compress_offload.h | 52 struct snd_codec codec; member 120 __u32 codec; member
|
/hardware/qcom/msm8994/kernel-headers/sound/ |
D | compress_offload.h | 34 struct snd_codec codec; member 71 __u32 codec; member
|
/hardware/qcom/msm8x26/kernel-headers/sound/ |
D | compress_offload.h | 34 struct snd_codec codec; member 71 __u32 codec; member
|
/hardware/qcom/msm8994/original-kernel-headers/sound/ |
D | compress_offload.h | 52 struct snd_codec codec; member 120 __u32 codec; member
|
/hardware/qcom/msm8x84/kernel-headers/sound/ |
D | compress_offload.h | 34 struct snd_codec codec; member 71 __u32 codec; member
|
/hardware/qcom/msm8x84/original-kernel-headers/sound/ |
D | compress_offload.h | 52 struct snd_codec codec; member 120 __u32 codec; member
|
/hardware/google/av/media/sfplugin/ |
D | Codec2InfoBuilder.cpp | 263 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/ |
D | Android.mk | 42 $(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/ |
D | compress_offload.h | 34 struct snd_codec codec; member 71 __u32 codec; member
|
/hardware/qcom/msm8x09/original-kernel-headers/sound/ |
D | compress_offload.h | 52 struct snd_codec codec; member 120 __u32 codec; member
|
/hardware/qcom/msm8x09/kernel-headers/sound/ |
D | compress_offload.h | 34 struct snd_codec codec; member 71 __u32 codec; member
|
/hardware/qcom/msm8996/original-kernel-headers/sound/ |
D | compress_offload.h | 52 struct snd_codec codec; member 120 __u32 codec; member
|
/hardware/interfaces/bluetooth/a2dp/1.0/ |
D | IBluetoothAudioOffload.hal | 30 * 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/ |
D | Android.mk | 23 $(LOCAL_PATH)/../../../mm-image-codec/qexif \ 24 $(LOCAL_PATH)/../../../mm-image-codec/qomx_core
|
/hardware/qcom/msm8998/original-kernel-headers/sound/ |
D | compress_offload.h | 52 struct snd_codec codec; member 120 __u32 codec; member
|
/hardware/qcom/msm8998/kernel-headers/sound/ |
D | compress_offload.h | 34 struct snd_codec codec; member 71 __u32 codec; member
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/ |
D | Android.mk | 31 OMX_CORE_DIR := $(MM_JPEG_TEST_PATH)/../../../../mm-image-codec 75 OMX_CORE_DIR := $(MM_JPEG_TEST_PATH)/../../../../mm-image-codec
|