HomeSort by relevance Sort by last modified time
    Searched refs:capture_Array (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4-aah/test/CameraHal/
camera_test_script.cpp 125 extern param_Array ** capture_Array;
404 if ((capture_Array[resol_index]->width * capture_Array[resol_index]->height) < (capture_Array[i]->width * capture_Array[i]->height)) {
408 if ((0 < capture_Array[resol_index]->width) && (0 < capture_Array[resol_index]->height)) {
409 params.setPictureSize(capture_Array[resol_index]->width, capture_Array[resol_index]->height);
411 printf("Capture Size set: %dx%d\n", capture_Array[resol_index]->width, capture_Array[resol_index]->height)
    [all...]
camera_test_menu.cpp 187 param_Array ** capture_Array = 0;
    [all...]

Completed in 981 milliseconds