Searched defs:def (Results 1 - 21 of 21) sorted by relevance

/hardware/qcom/keymaster/
H A DAndroid.mk5 keymaster-def := -fvisibility=hidden -Wall
7 keymaster-def += -D_ION_HEAP_MASK_COMPATIBILITY_WA
20 LOCAL_CFLAGS := $(keymaster-def)
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/
H A Dvenc.mk12 libmm-venc-def := -g -O3 -Dlrintf=_ffix_r
13 libmm-venc-def += -D__align=__alignx
14 libmm-venc-def += -D__alignx\(x\)=__attribute__\(\(__aligned__\(x\)\)\)
15 libmm-venc-def += -DT_ARM
16 libmm-venc-def += -Dinline=__inline
17 libmm-venc-def += -D_ANDROID_
18 libmm-venc-def += -UENABLE_DEBUG_LOW
19 libmm-venc-def += -DENABLE_DEBUG_HIGH
20 libmm-venc-def += -DENABLE_DEBUG_ERROR
21 libmm-venc-def
[all...]
H A Dvdec.mk13 libOmxVdec-def := -D__alignx\(x\)=__attribute__\(\(__aligned__\(x\)\)\)
14 libOmxVdec-def += -D__align=__alignx
15 libOmxVdec-def += -Dinline=__inline
16 libOmxVdec-def += -g -O3
17 libOmxVdec-def += -DIMAGE_APPS_PROC
18 libOmxVdec-def += -D_ANDROID_
19 libOmxVdec-def += -DCDECL
20 libOmxVdec-def += -DT_ARM
21 libOmxVdec-def += -DNO_ARM_CLZ
22 libOmxVdec-def
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/common/
H A DAndroid.mk10 libmm-vidc-def := -g -O3 -Dlrintf=_ffix_r
11 libmm-vidc-def += -D__align=__alignx
12 libmm-vidc-def += -D__alignx\(x\)=__attribute__\(\(__aligned__\(x\)\)\)
13 libmm-vidc-def += -DT_ARM
14 libmm-vidc-def += -Dinline=__inline
15 libmm-vidc-def += -D_ANDROID_
16 libmm-vidc-def += -Werror
17 libmm-vidc-def += -D_ANDROID_ICS_
34 LOCAL_CFLAGS := $(libmm-vidc-def)
/hardware/qcom/media/msm8996/videopp/
H A DAndroid.mk12 libOmxVdpp-def := -D__alignx\(x\)=__attribute__\(\(__aligned__\(x\)\)\)
13 libOmxVdpp-def += -D__align=__alignx
14 libOmxVdpp-def += -Dinline=__inline
15 libOmxVdpp-def += -g -O3
16 libOmxVdpp-def += -DIMAGE_APPS_PROC
17 libOmxVdpp-def += -D_ANDROID_
18 libOmxVdpp-def += -DCDECL
19 libOmxVdpp-def += -DT_ARM
20 libOmxVdpp-def += -DNO_ARM_CLZ
21 libOmxVdpp-def
[all...]
/hardware/ti/omap4-aah/
H A Dmapinfo.c80 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def) argument
88 return def;
/hardware/ti/omap4xxx/
H A Dmapinfo.c80 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def) argument
88 return def;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
H A Dargs.h25 const struct arg_def *def; member in struct:arg
46 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv);
H A Dargs.c35 a.def = NULL;
39 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) { argument
47 if (def->short_name
48 && strlen(arg.argv[0]) == strlen(def->short_name) + 1
49 && !strcmp(arg.argv[0] + 1, def->short_name)) {
52 arg.val = def->has_val ? arg.argv[1] : NULL;
53 arg.argv_step = def->has_val ? 2 : 1;
54 } else if (def->long_name) {
55 const size_t name_len = strlen(def->long_name);
59 && !strncmp(arg.argv[0] + 2, def
107 const struct arg_def *def = *defs; local
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/
H A DAndroid.mk10 libOmxAacEnc-def := -g -O3
11 libOmxAacEnc-def += -DQC_MODIFIED
12 libOmxAacEnc-def += -D_ANDROID_
13 libOmxAacEnc-def += -D_ENABLE_QC_MSG_LOG_
14 libOmxAacEnc-def += -DVERBOSE
15 libOmxAacEnc-def += -D_DEBUG
16 libOmxAacEnc-def += -Wconversion
17 libOmxAacEnc-def += -DAUDIOV2
30 LOCAL_CFLAGS := $(libOmxAacEnc-def)
56 LOCAL_CFLAGS := $(libOmxAacEnc-def)
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/
H A DAndroid.mk10 libOmxAmrEnc-def := -g -O3
11 libOmxAmrEnc-def += -DQC_MODIFIED
12 libOmxAmrEnc-def += -D_ANDROID_
13 libOmxAmrEnc-def += -D_ENABLE_QC_MSG_LOG_
14 libOmxAmrEnc-def += -DVERBOSE
15 libOmxAmrEnc-def += -D_DEBUG
16 libOmxAmrEnc-def += -Wconversion
17 libOmxAmrEnc-def += -DAUDIOV2
30 LOCAL_CFLAGS := $(libOmxAmrEnc-def)
57 LOCAL_CFLAGS := $(libOmxAmrEnc-def)
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/
H A DAndroid.mk10 libOmxEvrcEnc-def := -g -O3
11 libOmxEvrcEnc-def += -DQC_MODIFIED
12 libOmxEvrcEnc-def += -D_ANDROID_
13 libOmxEvrcEnc-def += -D_ENABLE_QC_MSG_LOG_
14 libOmxEvrcEnc-def += -DVERBOSE
15 libOmxEvrcEnc-def += -D_DEBUG
16 libOmxEvrcEnc-def += -Wconversion
17 libOmxEvrcEnc-def += -DAUDIOV2
30 LOCAL_CFLAGS := $(libOmxEvrcEnc-def)
55 LOCAL_CFLAGS := $(libOmxEvrcEnc-def)
[all...]
/hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/
H A DAndroid.mk10 libOmxQcelp13Enc-def := -g -O3
11 libOmxQcelp13Enc-def += -DQC_MODIFIED
12 libOmxQcelp13Enc-def += -D_ANDROID_
13 libOmxQcelp13Enc-def += -D_ENABLE_QC_MSG_LOG_
14 libOmxQcelp13Enc-def += -DVERBOSE
15 libOmxQcelp13Enc-def += -D_DEBUG
16 libOmxQcelp13Enc-def += -Wconversion
17 libOmxQcelp13Enc-def += -DAUDIOV2
30 LOCAL_CFLAGS := $(libOmxQcelp13Enc-def)
57 LOCAL_CFLAGS := $(libOmxQcelp13Enc-def)
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/
H A DAndroid.mk8 libmm-vdec-def := -D__alignx\(x\)=__attribute__\(\(__aligned__\(x\)\)\)
9 libmm-vdec-def += -D__align=__alignx
10 libmm-vdec-def += -Dinline=__inline
11 libmm-vdec-def += -g -O3
12 libmm-vdec-def += -DIMAGE_APPS_PROC
13 libmm-vdec-def += -D_ANDROID_
14 libmm-vdec-def += -DCDECL
15 libmm-vdec-def += -DT_ARM
16 libmm-vdec-def += -DNO_ARM_CLZ
17 libmm-vdec-def
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/
H A DAndroid.mk8 libmm-venc-def := -g -O3 -Dlrintf=_ffix_r
9 libmm-venc-def += -D__align=__alignx
10 libmm-venc-def += -D__alignx\(x\)=__attribute__\(\(__aligned__\(x\)\)\)
11 libmm-venc-def += -DT_ARM
12 libmm-venc-def += -Dinline=__inline
13 libmm-venc-def += -D_ANDROID_
14 libmm-venc-def += -UENABLE_DEBUG_LOW
15 libmm-venc-def += -UENABLE_DEBUG_HIGH
16 libmm-venc-def += -DENABLE_DEBUG_ERROR
17 libmm-venc-def
[all...]
/hardware/intel/common/utils/media_resource_manager/omx_adaptor/
H A DOMX_adaptor.cpp128 OMX_PARAM_PORTDEFINITIONTYPE *def = local
131 if (def->nPortIndex == kPortIndexInput) {
132 ALOGV("MRM_OMX_SetParameter for inport param def");
138 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def->format.video;
144 if (def->nPortIndex == kPortIndexOutput) {
145 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def->format.video;
186 ALOGW("frame rate was not set in inport def...");
189 ALOGV("frame rate from inport def = %d", frameRate);
/hardware/intel/common/omx-components/videocodec/
H A DOMXVideoEncoderBase.cpp1022 OMX_PARAM_PORTDEFINITIONTYPE def; local
1025 memcpy(&def, ports[intraRefresh.nPortIndex]->GetPortDefinition(),sizeof(def));
1031 intraRefresh.nCirMBs = divUp((divUp(def.format.video.nFrameWidth, 16u) * divUp(def.format.video.nFrameHeight,16u)), mConfigAndroidIntraRefresh.nRefreshPeriod);
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp262 OMX_PARAM_PORTDEFINITIONTYPE *def = local
266 && def->nPortIndex == kPortIndexOutput) {
267 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: orignal bufferCountActual %d, bufferCountMin %d", __func__, def->nBufferCountActual, def->nBufferCountMin);
271 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def->format.video;
279 def->nBufferCountActual += mNumISVBuffers + 9;
280 def->nBufferCountMin += mNumISVBuffers + 9;
306 ISV_MODE* def = static_cast<ISV_MODE*>(pComponentParameterStructure); local
308 if (*def == ISV_AUTO) {
328 } else if (*def
344 OMX_PARAM_PORTDEFINITIONTYPE *def = local
382 UseAndroidNativeBufferParams *def = local
[all...]
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
H A Domx_swvdec.h117 OMX_PARAM_PORTDEFINITIONTYPE def; ///< definition member in struct:__anon3750
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCapabilities.cpp1845 char *pos, *str, *def; local
1943 def = str = temp;
1949 def = str;
1952 if (atoi(str) > atoi(def)) {
1953 def = str;
1960 params->set(CameraProperties::PREVIEW_FRAME_RATE, def);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
H A DOMX_AacEnc_Utils.h131 * @def AACENC_USN_DLL_NAME USN DLL name
142 * @def AACENC_DLL_NAME AAC Enc Encoder socket node DLL name
359 OMX_U32 def; member in struct:AACENC_COMPONENT_PRIVATE

Completed in 3634 milliseconds