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

  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
segment.h 40 typedef struct segment segment_t; typedef in typeref:struct:segment
  /frameworks/av/services/camera/libcameraservice/tests/
NV12Compressor.h 91 struct __attribute__((packed)) segment_t { struct in class:NV12Compressor
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegProcessor.cpp 323 } segment_t; typedef in namespace:android::camera2
378 segment_t *segment = (segment_t*)(jpegBuffer + size);
384 if (type == EOI || size > maxSize - sizeof(segment_t)) {

Completed in 292 milliseconds