OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:codec_type
(Results
1 - 13
of
13
) sorted by null
/hardware/qcom/media/mm-video/vidc/vdec/inc/
frameparser.h
37
enum
codec_type
enum
65
int init_start_codes (
codec_type
codec_type_parse);
omx_vdec.h
592
codec_type
codec_type_parse;
/hardware/qcom/media/mm-video/vidc/venc/src/
omx_video_encoder.cpp
89
OMX_VIDEO_CODINGTYPE
codec_type
;
local
100
codec_type
= OMX_VIDEO_CodingMPEG4;
106
codec_type
= OMX_VIDEO_CodingH263;
112
codec_type
= OMX_VIDEO_CodingAVC;
134
if(handle->venc_open(
codec_type
) != true)
190
if(
codec_type
== OMX_VIDEO_CodingMPEG4)
195
else if(
codec_type
== OMX_VIDEO_CodingH263)
200
else if(
codec_type
== OMX_VIDEO_CodingAVC)
242
if(
codec_type
== OMX_VIDEO_CodingMPEG4)
246
else if(
codec_type
== OMX_VIDEO_CodingH263
[
all
...]
/hardware/msm7k/libaudio/
AudioHardware.h
79
uint32_t
codec_type
;
member in struct:android::msm_audio_config
AudioHardware.cpp
735
config.
codec_type
= CODEC_TYPE_PCM;
933
config.
codec_type
= CODEC_TYPE_PCM;
[
all
...]
/external/bluetooth/bluez/audio/
avdtp.h
289
uint8_t
codec_type
,
gstavdtpsink.c
296
uint8_t
codec_type
)
303
if ((codec->type ==
codec_type
) &&
[
all
...]
avdtp.c
[
all
...]
/hardware/msm7k/libaudio-qsd8k/
AudioHardware.h
137
uint32_t
codec_type
;
member in struct:android::msm_audio_config
AudioHardware.cpp
[
all
...]
/hardware/qcom/media/mm-video/vidc/vdec/src/
frameparser.cpp
72
int frame_parse::init_start_codes (
codec_type
codec_type_parse)
omx_vdec.cpp
295
codec_type_parse ((
codec_type
)0),
[
all
...]
/system/extras/sound/
playwav.c
27
uint32_t
codec_type
;
member in struct:msm_audio_config
Completed in 322 milliseconds