/hardware/ti/omap4-aah/libstagefrighthw/ |
D | TIOMXPlugin.cpp | 126 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/ |
D | TIOMXPlugin.cpp | 126 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/ |
D | TIOMXPlugin.cpp | 117 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/ |
D | QComOMXPlugin.cpp | 123 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/ |
D | QComOMXPlugin.cpp | 123 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/ |
D | WrsOMXPlugin.cpp | 200 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/ |
D | camera_test.h | 264 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 …]
|
D | camera_test_script.cpp | 1510 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 …]
|
D | camera_test_menu.cpp | 1710 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/ |
D | ldt0028.py | 24 import array 37 buffer = array.array('H')
|
/hardware/intel/common/libmix/mix_video/src/ |
D | mixframemanager.c | 319 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/ |
D | Camera.h | 72 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/ |
D | SpiMAX7219.java | 66 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/ |
D | isv_omxcore.cpp | 327 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/ |
D | mltypes.h | 144 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0])) argument
|
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
D | mltypes.h | 144 #define ARRAY_SIZE(array) (sizeof(array)/sizeof((array)[0])) argument
|
/hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/ |
D | OMXSceneModeTables.h | 32 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0])) argument
|
/hardware/qcom/display/msm8084/libhwcomposer/ |
D | hwc_vsync.cpp | 41 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | hwc_vsync.cpp | 42 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
|
/hardware/qcom/display/msm8226/libhwcomposer/ |
D | hwc_vsync.cpp | 41 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
D | hwc_vsync.cpp | 42 #define ARRAY_LENGTH(array) (sizeof((array))/sizeof((array)[0])) argument
|
/hardware/ti/omap4xxx/camera/ |
D | Encoder_libjpeg.cpp | 46 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0])) argument
|
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/ |
D | V4LCapabilities.cpp | 36 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0])) argument
|
/hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/ |
D | OMXSceneModeTables.h | 32 #define ARRAY_SIZE(array) (sizeof((array)) / sizeof((array)[0])) argument
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | filter_bilinear_altivec.asm | 32 slwi. r5, r5, 4 ;# index into horizontal filter array
|