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

  /device/moto/shamu/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h 175 /** cirq_full:
187 #define cirq_full(q) (q->count == MM_JPEG_CIRQ_SIZE) macro
205 if (cirq_full(q)) { \
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 154 /** cirq_full:
166 #define cirq_full(q) (q->count == MM_JPEG_CIRQ_SIZE) macro
184 if (cirq_full(q)) { \
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg.c 173 /** cirq_full:
185 #define cirq_full(q) (q->count == MM_JPEG_CIRQ_SIZE) macro
203 if (cirq_full(q)) { \
    [all...]

Completed in 30 milliseconds