Home
last modified time | relevance | path

Searched defs:codec (Results 1 – 22 of 22) sorted by relevance

/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()
262 bool profile_level_converter::convert_omx_profile_to_v4l2(int codec, int omx_profile, int *v4l2_pro… 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()
282 bool profile_level_converter::find_tier(int codec, int omx_level, unsigned int *tier) 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()
/hardware/interfaces/bluetooth/audio/aidl/default/
DA2dpOffloadCodecFactory.cpp52 auto codec = std::find_if(begin(ranked_codecs_), end(ranked_codecs_), in GetCodec() local
75 for (auto codec : codecs) { in GetConfiguration() local
DA2dpOffloadAudioProvider.cpp62 auto codec = codec_factory_.GetCodec(a2dp_config.codecId); in startSession() local
129 auto codec = codec_factory_.GetCodec(codec_id); in parseA2dpConfiguration() local
DBluetoothAudioProviderFactory.cpp174 for (auto codec : a2dp_offload_codec_factory_.codecs) in getProviderInfo() local
/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()
286 bool profile_level_converter::convert_omx_profile_to_v4l2(int codec, int omx_profile, int *v4l2_pro… 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()
306 bool profile_level_converter::convert_omx_level_to_v4l2(int codec, int omx_level, int *v4l2_level) in convert_omx_level_to_v4l2()
/hardware/interfaces/media/1.0/xml/
Dmedia_profiles.dtd14 <!ATTLIST Video codec (h264|h263|m4v) #REQUIRED> attribute
20 <!ATTLIST Audio codec (amrnb|amrwb|aac) #REQUIRED> attribute
/hardware/interfaces/bluetooth/a2dp/1.0/vts/functional/
DVtsHalBluetoothA2dpV1_0TargetTest.cpp94 CodecConfiguration codec; member in BluetoothA2dpHidlTest
/hardware/broadcom/libbt/src/
Dhardware.c1327 static void hw_sco_i2spcm_config_from_command(void *p_mem, uint16_t codec) { in hw_sco_i2spcm_config_from_command()
1351 static void hw_sco_i2spcm_config(uint16_t codec) in hw_sco_i2spcm_config()
1415 static int hw_set_SCO_codec(uint16_t codec) in hw_set_SCO_codec()
/hardware/google/aemu/third-party/cuda/include/host-common/
Ddynlink_nvcuvid.h93 cudaVideoCodec codec; /**< OUT: Compression format */ member
165 …cudaAudioCodec codec; /**< OUT: Compression format … member
/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothLeAudioCodecsProvider.cpp94 const auto codec = codec_config.getCodec(); in GetLeAudioCodecInfo() local
/hardware/qcom/camera/msm8998/QCamera2/HAL/test/
Dqcamera_test.h340 sp<MediaCodec> codec; member
/hardware/qcom/audio/legacy/libalsa-intf/
Dalsa_audio.h266 struct snd_codec codec; member
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/src/
Dvideo_encoder_device_copper.cpp237 bool venc_dev::venc_open(OMX_U32 codec) in venc_open()
Dvideo_encoder_device.cpp199 bool venc_dev::venc_open(OMX_U32 codec) in venc_open()
/hardware/qcom/sm7250/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp1506 bool venc_dev::venc_open(OMX_U32 codec) in venc_open()
2266 static const char *codec_as_string(unsigned long codec) { in codec_as_string()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp309 bool venc_dev::venc_open(OMX_U32 codec) in venc_open()
Dvideo_encoder_device_v4l2.cpp1090 bool venc_dev::venc_open(OMX_U32 codec) in venc_open()
3063 static const char *codec_as_string(unsigned long codec) { in codec_as_string()
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device.cpp308 bool venc_dev::venc_open(OMX_U32 codec) in venc_open()
Dvideo_encoder_device_v4l2.cpp836 bool venc_dev::venc_open(OMX_U32 codec) in venc_open()
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp1270 bool venc_dev::venc_open(OMX_U32 codec) in venc_open()
3443 static const char *codec_as_string(unsigned long codec) { in codec_as_string()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/venc/src/
Dvideo_encoder_device_v4l2.cpp1644 bool venc_dev::venc_open(OMX_U32 codec) in venc_open()
3864 static const char *codec_as_string(unsigned long codec) { in codec_as_string()
/hardware/qcom/sm8150/media/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_v4l2.cpp311 int codec = omx->get_session_codec_type(); in async_message_thread() local