Home
last modified time | relevance | path

Searched refs:array (Results 1 – 25 of 41) sorted by relevance

12

/hardware/qcom/media/libstagefrighthw/
DQComOMXPlugin.cpp117 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
119 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in getRolesOfComponent()
124 const_cast<OMX_STRING>(name), &numRoles2, array); in getRolesOfComponent()
135 String8 s((const char *)array[i]); in getRolesOfComponent()
138 delete[] array[i]; in getRolesOfComponent()
139 array[i] = NULL; in getRolesOfComponent()
142 delete[] array; in getRolesOfComponent()
143 array = NULL; in getRolesOfComponent()
/hardware/ti/omap4-aah/libstagefrighthw/
DTIOMXPlugin.cpp126 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
128 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in getRolesOfComponent()
132 const_cast<OMX_STRING>(name), &numRoles, array); in getRolesOfComponent()
136 String8 s((const char *)array[i]); in getRolesOfComponent()
140 delete[] array[i]; in getRolesOfComponent()
141 array[i] = NULL; in getRolesOfComponent()
144 delete[] array; in getRolesOfComponent()
145 array = NULL; in getRolesOfComponent()
/hardware/ti/omap3/libstagefrighthw/
DTIOMXPlugin.cpp117 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
119 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in getRolesOfComponent()
124 const_cast<OMX_STRING>(name), &numRoles2, array); in getRolesOfComponent()
132 String8 s((const char *)array[i]); in getRolesOfComponent()
136 delete[] array[i]; in getRolesOfComponent()
137 array[i] = NULL; in getRolesOfComponent()
140 delete[] array; in getRolesOfComponent()
141 array = NULL; in getRolesOfComponent()
/hardware/samsung_slsi/exynos5/libstagefrighthw/
DExynos_OMX_Plugin.cpp119 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
121 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in getRolesOfComponent()
126 const_cast<OMX_STRING>(name), &numRoles2, array); in getRolesOfComponent()
132 String8 s((const char *)array[i]); in getRolesOfComponent()
135 delete[] array[i]; in getRolesOfComponent()
136 array[i] = NULL; in getRolesOfComponent()
139 delete[] array; in getRolesOfComponent()
140 array = NULL; in getRolesOfComponent()
/hardware/ti/omap4xxx/libstagefrighthw/
DTIOMXPlugin.cpp126 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
128 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in getRolesOfComponent()
132 const_cast<OMX_STRING>(name), &numRoles, array); in getRolesOfComponent()
136 String8 s((const char *)array[i]); in getRolesOfComponent()
140 delete[] array[i]; in getRolesOfComponent()
141 array[i] = NULL; in getRolesOfComponent()
144 delete[] array; in getRolesOfComponent()
145 array = NULL; in getRolesOfComponent()
/hardware/intel/common/libstagefrighthw/
DWrsOMXPlugin.cpp194 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
196 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in getRolesOfComponent()
201 const_cast<OMX_STRING>(name), &numRoles2, array); in getRolesOfComponent()
207 String8 s((const char *)array[i]); in getRolesOfComponent()
210 delete[] array[i]; in getRolesOfComponent()
211 array[i] = NULL; in getRolesOfComponent()
214 delete[] array; in getRolesOfComponent()
215 array = NULL; in getRolesOfComponent()
/hardware/ti/omap4-aah/test/CameraHal/
Dcamera_test.h264 int getDefaultParameter(const char* val, int numOptions, char **array);
265 int getDefaultParameterResol(const char* val, int numOptions, param_Array **array);
267 int getSupportedParametersCaptureSize(char* parameters, int *optionsCount, param_Array array[], int…
268 int getSupportedParametersVideoCaptureSize(char* parameters, int *optionsCount, param_Array array[]…
269 int getSupportedParametersPreviewSize(char* parameters, int *optionsCount, param_Array array[], int…
270 int getSupportedParametersThumbnailSize(char* parameters, int *optionsCount, param_Array array[], i…
271 int getSupportedParametersNames(int width, int height, param_Array array[], int arraySize);
272 int checkSupportedParamScript(char **array, int size, char *param);
273 int checkSupportedParamScriptLayout(char **array, int size, char *param,int *index);
274 int checkSupportedParamScriptResol(param_Array **array, int size, char *param, int *num);
[all …]
Dcamera_test_script.cpp1510 int checkSupportedParamScript(char **array, int size, char *param) { in checkSupportedParamScript() argument
1512 if (strcmp((param + 1), array[i]) == 0) { in checkSupportedParamScript()
1519 int checkSupportedParamScriptLayout(char **array, int size, char *param, int *index) { in checkSupportedParamScriptLayout() argument
1521 if (strcmp((param + 1), array[i]) == 0) { in checkSupportedParamScriptLayout()
1529 int checkSupportedParamScriptResol(param_Array **array, int size, char *param, int *num) { in checkSupportedParamScriptResol() argument
1531 if (strcmp((param + 1), array[i]->name) == 0) { in checkSupportedParamScriptResol()
1539 int checkSupportedParamScriptResol(param_Array **array, int size, in checkSupportedParamScriptResol() argument
1542 if ((width == array[i]->width) && (height == array[i]->height)) { in checkSupportedParamScriptResol()
1550 int checkSupportedParamScriptfpsConst(int *array, int size, char *param, int *num) { in checkSupportedParamScriptfpsConst() argument
1552 if (atoi(param + 1) == array[i]) { in checkSupportedParamScriptfpsConst()
[all …]
Dcamera_test_menu.cpp1710 int getDefaultParameter(const char* val, int numOptions, char **array) { in getDefaultParameter() argument
1713 if ((NULL == val) || (NULL == array)) { in getDefaultParameter()
1719 if (NULL == array[cnt]) { in getDefaultParameter()
1723 if (strcmp(val, array[cnt]) ==0 ) { in getDefaultParameter()
1730 int getDefaultParameterResol(const char* val, int numOptions, param_Array **array) { in getDefaultParameterResol() argument
1734 if (strcmp(val, array[cnt]->name) ==0 ) { in getDefaultParameterResol()
1802 int getSupportedParametersCaptureSize(char* parameters, int *optionsCount, param_Array array[], int… in getSupportedParametersCaptureSize() argument
1818 capture_Array[cnt]->height, array, arraySize); in getSupportedParametersCaptureSize()
1821 strcpy(capture_Array[cnt]->name, array[x].name); in getSupportedParametersCaptureSize()
1833 int getSupportedParametersVideoCaptureSize(char* parameters, int *optionsCount, param_Array array[]… in getSupportedParametersVideoCaptureSize() argument
[all …]
/hardware/libhardware/modules/camera/
DCamera.h72 void destroyStreams(Stream **array, int count);
74 bool isValidStreamSet(Stream **array, int count);
76 void setupStreams(Stream **array, int count);
/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
Dmltypes.h144 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0])) argument
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmltypes.h144 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0])) argument
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmltypes.h144 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0])) argument
/hardware/invensense/60xx/mlsdk/platform/include/
Dmltypes.h129 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0])) argument
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
DOMXSceneModeTables.h32 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0])) argument
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_vsync.cpp41 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_vsync.cpp41 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp46 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0])) argument
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
DOMXSceneModeTables.h32 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0])) argument
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCapabilities.cpp36 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0])) argument
/hardware/ti/omap4-aah/camera/
DEncoder_libjpeg.cpp44 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0])) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dfilter_bilinear_altivec.asm32 slwi. r5, r5, 4 ;# index into horizontal filter array
Dvariance_subpixel_altivec.asm33 slwi. r5, r5, 4 ;# index into horizontal filter array
/hardware/qcom/audio/post_proc/
Deffect_api.c27 #define ARRAY_SIZE(array) (sizeof array / sizeof array[0]) argument
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/
DREADME32 array, which happened to be common, but non-standard

12