Searched refs:def (Results 1 - 18 of 18) sorted by relevance

/hardware/qcom/media/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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
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...]
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 Dlibs.mk232 vpx.def: $(call enabled,CODEC_EXPORTS)
237 CLEAN-OBJS += vpx.def
246 vpx.$(VCPROJ_SFX): $(CODEC_SRCS) vpx.def obj_int_extract.$(VCPROJ_SFX)
254 --module-def=vpx.def \
/hardware/qcom/media/mm-video-legacy/vidc/
H A Dvdec.mk12 libOmxVdec-def += -D__align=__alignx
13 libOmxVdec-def += -Dinline=__inline
14 libOmxVdec-def += -DIMAGE_APPS_PROC
15 libOmxVdec-def += -D_ANDROID_
16 libOmxVdec-def += -DCDECL
17 libOmxVdec-def += -DT_ARM
18 libOmxVdec-def += -DNO_ARM_CLZ
19 libOmxVdec-def += -UENABLE_DEBUG_LOW
20 libOmxVdec-def += -DENABLE_DEBUG_HIGH
21 libOmxVdec-def
[all...]
H A Dvenc.mk12 libmm-venc-def += -D__align=__alignx
13 libmm-venc-def += -D__alignx\(x\)=__attribute__\(\(__aligned__\(x\)\)\)
14 libmm-venc-def += -DT_ARM
15 libmm-venc-def += -Dinline=__inline
16 libmm-venc-def += -D_ANDROID_
17 libmm-venc-def += -UENABLE_DEBUG_LOW
18 libmm-venc-def += -DENABLE_DEBUG_HIGH
19 libmm-venc-def += -DENABLE_DEBUG_ERROR
20 libmm-venc-def += -UINPUT_BUFFER_LOG
21 libmm-venc-def
[all...]
/hardware/qcom/keymaster/
H A DAndroid.mk5 keymaster-def := -fvisibility=hidden -Wall
7 keymaster-def += -D_ION_HEAP_MASK_COMPATIBILITY_WA
21 LOCAL_CFLAGS := $(keymaster-def)
/hardware/ti/omap4-aah/
H A Dmapinfo.h13 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def);
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.h13 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def);
H A Dmapinfo.c80 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def) argument
88 return def;
/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp252 OMX_PARAM_PORTDEFINITIONTYPE *def = local
256 && def->nPortIndex == kPortIndexOutput) {
257 ALOGD_IF(ISV_COMPONENT_DEBUG, "%s: orignal bufferCountActual %d, bufferCountMin %d", __func__, def->nBufferCountActual, def->nBufferCountMin);
261 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def->format.video;
268 def->nBufferCountActual += mNumISVBuffers + 9;
269 def->nBufferCountMin += mNumISVBuffers + 9;
295 ISV_MODE* def = static_cast<ISV_MODE*>(pComponentParameterStructure); local
297 if (*def == ISV_AUTO) {
317 } else if (*def
325 OMX_PARAM_PORTDEFINITIONTYPE *def = local
362 UseAndroidNativeBufferParams *def = local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
H A Dgen_msvs_proj.sh35 --module-def=filename File containing export definitions (for DLLs)
206 --module-def=*) link_opts="${link_opts} ModuleDefinitionFile=${optval}"
565 generate_filter srcs "Source Files" "c;cc;cpp;def;odl;idl;hpj;bat;asm;asmx"
H A Dgen_msvs_vcxproj.sh36 --module-def=filename File containing export definitions (for DLLs)
226 --module-def=*) module_def="${optval}"
528 generate_filter "Source Files" "c;cc;cpp;def;odl;idl;hpj;bat;asm;asmx;s"
/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
/hardware/intel/img/libdrm/
H A Dltmain.sh2363 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
2364 eval 'cat "$export_symbols" >> "$output_objdir/$outputname.def"'
2375 eval "echo EXPORTS "'> "$output_objdir/$outputname.def"'
2376 eval 'cat "$nlist" >> "$output_objdir/$outputname.def"'
2517 if test -f "$output_objdir/$my_outputname.def"; then
2518 compile_command=`$ECHO "X$compile_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
2519 finalize_command=`$ECHO "X$finalize_command" | $Xsed -e "s%@SYMFILE@%$output_objdir/$my_outputname.def $symfileobj%"`
5651 if test -f "$output_objdir/$soname-def"; then :
6989 # and it's NOT already a .def file. Must figure out
7052 export_symbols=$output_objdir/$libname.def
[all...]

Completed in 542 milliseconds