Home
last modified time | relevance | path

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

123

/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/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/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/qcom/media/msm8974/libstagefrighthw/
DQComOMXPlugin.cpp123 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
125 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in getRolesOfComponent()
130 const_cast<OMX_STRING>(name), &numRoles2, array); in getRolesOfComponent()
141 String8 s((const char *)array[i]); in getRolesOfComponent()
144 delete[] array[i]; in getRolesOfComponent()
145 array[i] = NULL; in getRolesOfComponent()
148 delete[] array; in getRolesOfComponent()
149 array = NULL; in getRolesOfComponent()
/hardware/qcom/media/msm8996/libstagefrighthw/
DQComOMXPlugin.cpp123 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
125 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in getRolesOfComponent()
130 const_cast<OMX_STRING>(name), &numRoles2, array); in getRolesOfComponent()
141 String8 s((const char *)array[i]); in getRolesOfComponent()
144 delete[] array[i]; in getRolesOfComponent()
145 array[i] = NULL; in getRolesOfComponent()
148 delete[] array; in getRolesOfComponent()
149 array = NULL; in getRolesOfComponent()
/hardware/intel/common/libstagefrighthw/
DWrsOMXPlugin.cpp200 OMX_U8 **array = new OMX_U8 *[numRoles]; in getRolesOfComponent() local
202 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in getRolesOfComponent()
207 const_cast<OMX_STRING>(name), &numRoles2, array); in getRolesOfComponent()
213 String8 s((const char *)array[i]); in getRolesOfComponent()
216 delete[] array[i]; in getRolesOfComponent()
217 array[i] = NULL; in getRolesOfComponent()
220 delete[] array; in getRolesOfComponent()
221 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/bsp/intel/peripheral/libupm/examples/python/
Dldt0028.py24 import array
37 buffer = array.array('H')
/hardware/intel/common/libmix/mix_video/src/
Dmixframemanager.c319 MixVideoFrame *get_expected_frame_from_array(GPtrArray *array, in get_expected_frame_from_array() argument
330 if (!array || !expected || !tolerance || !frametimestamp || expected < tolerance) { in get_expected_frame_from_array()
335 len = array->len; in get_expected_frame_from_array()
341 MixVideoFrame *_frame = (MixVideoFrame *) g_ptr_array_index(array, idx); in get_expected_frame_from_array()
355 g_ptr_array_index(array, idx) = NULL; in get_expected_frame_from_array()
377 MixVideoFrame *_frame = (MixVideoFrame *) g_ptr_array_index(array, lowest_timestamp_idx); in get_expected_frame_from_array()
379 g_ptr_array_index(array, lowest_timestamp_idx) = NULL; in get_expected_frame_from_array()
388 void add_frame_into_array(GPtrArray *array, MixVideoFrame *mvf) { in add_frame_into_array() argument
393 if (!array || !mvf) { in add_frame_into_array()
398 len = array->len; in add_frame_into_array()
[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/bsp/intel/peripheral/libmraa/examples/java/
DSpiMAX7219.java66 spi.write(buf.array()); in main()
74 spi.write(buf.array()); in main()
82 spi.write(buf.array()); in main()
/hardware/intel/common/utils/ISV/omx/
Disv_omxcore.cpp327 OMX_U8 **array = new OMX_U8 *[numRoles]; in OMX_GetRolesOfComponent() local
329 array[i] = new OMX_U8[OMX_MAX_STRINGNAME_SIZE]; in OMX_GetRolesOfComponent()
334 const_cast<OMX_STRING>(compName), &numRoles2, array); in OMX_GetRolesOfComponent()
342 (const OMX_STRING)&array[i][0], OMX_MAX_STRINGNAME_SIZE); in OMX_GetRolesOfComponent()
343 delete[] array[i]; in OMX_GetRolesOfComponent()
344 array[i] = NULL; in OMX_GetRolesOfComponent()
347 delete[] array; in OMX_GetRolesOfComponent()
348 array = NULL; in OMX_GetRolesOfComponent()
/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/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/msm8994/libhwcomposer/
Dhwc_vsync.cpp42 #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/qcom/display/msm8909/libhwcomposer/
Dhwc_vsync.cpp42 #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/V4LCameraAdapter/
DV4LCapabilities.cpp36 #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/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
Dfilter_bilinear_altivec.asm32 slwi. r5, r5, 4 ;# index into horizontal filter array

123