HomeSort by relevance Sort by last modified time
    Searched defs:is_used (Results 1 - 10 of 10) sorted by null

  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg.h 93 uint8_t is_used; /* flag: if is a valid client */ member in struct:__anon4606
  /external/v8/src/ast/
variables.h 50 bool is_used() { return is_used_; } function in class:v8::internal::Variable
  /external/opencv/cv/src/
cvemd.cpp 104 char *is_used; member in struct:CvEMDState
484 state->is_used = (char *) buffer;
839 char *is_used = state->is_used; local
841 memset( is_used, 0, state->ssize + state->dsize );
844 is_used[enter_x - _x] = 1;
853 while( new_x != 0 && is_used[new_x - _x] )
860 while( new_x != 0 && is_used[new_x - _x] && new_x != enter_x )
870 is_used[new_x - _x] = 1;
883 while( new_x != 0 && is_used[new_x - _x] )
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 363 uint8_t is_used; /* flag: if is a valid client */ member in struct:__anon3661
  /device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 363 uint8_t is_used; /* flag: if is a valid client */ member in struct:__anon4213
  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 354 uint8_t is_used; /* flag: if is a valid client */ member in struct:__anon4993
  /external/opencv3/modules/imgproc/src/
emd.cpp 104 char *is_used; member in struct:CvEMDState
464 state->is_used = (char *) buffer;
816 char *is_used = state->is_used; local
818 memset( is_used, 0, state->ssize + state->dsize );
821 is_used[enter_x - _x] = 1;
830 while( new_x != 0 && is_used[new_x - _x] )
837 while( new_x != 0 && is_used[new_x - _x] && new_x != enter_x )
847 is_used[new_x - _x] = 1;
860 while( new_x != 0 && is_used[new_x - _x] )
    [all...]
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 369 uint8_t is_used; /* flag: if is a valid client */ member in struct:__anon31780
  /hardware/qcom/camera/msmcobalt/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 382 uint8_t is_used; /* flag: if is a valid client */ member in struct:__anon32441
  /hardware/intel/img/psb_video/src/mrst/
psb_H264.c 1172 IMG_BOOL is_used[16]; local
    [all...]

Completed in 255 milliseconds