Home
last modified time | relevance | path

Searched refs:def (Results 1 – 20 of 20) sorted by relevance

/hardware/qcom/media/mm-video-v4l2/vidc/
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 += -UENABLE_DEBUG_LOW
[all …]
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 += -UINPUT_BUFFER_LOG
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
Dargs.c35 a.def = NULL; in arg_init()
39 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv) { in arg_match() argument
47 if (def->short_name in arg_match()
48 && strlen(arg.argv[0]) == strlen(def->short_name) + 1 in arg_match()
49 && !strcmp(arg.argv[0] + 1, def->short_name)) { in arg_match()
52 arg.val = def->has_val ? arg.argv[1] : NULL; in arg_match()
53 arg.argv_step = def->has_val ? 2 : 1; in arg_match()
54 } else if (def->long_name) { in arg_match()
55 const size_t name_len = strlen(def->long_name); in arg_match()
59 && !strncmp(arg.argv[0] + 2, def->long_name, name_len) in arg_match()
[all …]
Dargs.h25 const struct arg_def *def; member
46 int arg_match(struct arg *arg_, const struct arg_def *def, char **argv);
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/
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 += -DENABLE_DEBUG_ERROR
[all …]
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 += -UOUTPUT_BUFFER_LOG
[all …]
/hardware/qcom/keymaster/
DAndroid.mk5 keymaster-def := -fvisibility=hidden -Wall
7 keymaster-def += -D_ION_HEAP_MASK_COMPATIBILITY_WA
21 LOCAL_CFLAGS := $(keymaster-def)
/hardware/intel/common/utils/ISV/omx/
Disv_omxcomponent.cpp252 OMX_PARAM_PORTDEFINITIONTYPE *def = in ISV_GetParameter() local
256 && def->nPortIndex == kPortIndexOutput) { in ISV_GetParameter()
257 … orignal bufferCountActual %d, bufferCountMin %d", __func__, def->nBufferCountActual, def->nBuffe… in ISV_GetParameter()
261 OMX_VIDEO_PORTDEFINITIONTYPE *video_def = &def->format.video; in ISV_GetParameter()
268 def->nBufferCountActual += mNumISVBuffers + 9; in ISV_GetParameter()
269 def->nBufferCountMin += mNumISVBuffers + 9; in ISV_GetParameter()
295 ISV_MODE* def = static_cast<ISV_MODE*>(pComponentParameterStructure); in ISV_SetParameter() local
297 if (*def == ISV_AUTO) { in ISV_SetParameter()
317 } else if (*def == ISV_DISABLE) in ISV_SetParameter()
325 OMX_PARAM_PORTDEFINITIONTYPE *def = in ISV_SetParameter() local
[all …]
/hardware/ti/omap4-aah/
Dmapinfo.c80 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def) in map_to_name() argument
88 return def; in map_to_name()
Dmapinfo.h13 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def);
/hardware/ti/omap4xxx/
Dmapinfo.c80 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def) in map_to_name() argument
88 return def; in map_to_name()
Dmapinfo.h13 const char *map_to_name(mapinfo *mi, unsigned pc, const char* def);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
Dgen_msvs_proj.sh35 --module-def=filename File containing export definitions (for DLLs)
206 --module-def=*) link_opts="${link_opts} ModuleDefinitionFile=${optval}"
Dgen_msvs_vcxproj.sh36 --module-def=filename File containing export definitions (for DLLs)
226 --module-def=*) module_def="${optval}"
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
DOMXCapabilities.cpp1845 char *pos, *str, *def; in insertDefaults() local
1943 def = str = temp; in insertDefaults()
1949 def = str; in insertDefaults()
1952 if (atoi(str) > atoi(def)) { in insertDefaults()
1953 def = str; in insertDefaults()
1960 params->set(CameraProperties::PREVIEW_FRAME_RATE, def); in insertDefaults()
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/inc/
DOMX_AacEnc_Utils.h359 OMX_U32 def; member
/hardware/intel/img/libdrm/
Dconfigure7951 cp $export_symbols $output_objdir/$soname.def;
7953 echo EXPORTS > $output_objdir/$soname.def;
7954 cat $export_symbols >> $output_objdir/$soname.def;
7956 …$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname…
8602def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$…
8603 old_archive_from_new_cmds='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
Daclocal.m44365 # If the export-symbols file already is a .def file (1st line
4368 cp $export_symbols $output_objdir/$soname.def;
4370 echo EXPORTS > $output_objdir/$soname.def;
4371 cat $export_symbols >> $output_objdir/$soname.def;
4373 …$CC -shared $output_objdir/$soname.def $libobjs $deplibs $compiler_flags -o $output_objdir/$soname…
4931def~$ECHO "DESCRIPTION \"$libname\"" >> $output_objdir/$libname.def~$ECHO DATA >> $output_objdir/$…
4932 …AR(old_archive_from_new_cmds, $1)='emximp -o $output_objdir/$libname.a $output_objdir/$libname.def'
5664 # If the export-symbols file already is a .def file (1st line
5667 cp $export_symbols $output_objdir/$soname.def;
5669 echo EXPORTS > $output_objdir/$soname.def;
[all …]
Dltmain.sh5651 if test -f "$output_objdir/$soname-def"; then :
7052 export_symbols=$output_objdir/$libname.def