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

  /external/e2fsprogs/misc/
e2freefrag.c 100 unsigned long long chunk_num; local
105 for (chunk_num = 0; chunk_num < chunks; chunk_num++) {
121 if (chunk_num == 0 && blk == 0) {
  /external/opencv3/3rdparty/libwebp/demux/
demux.c 886 const char fourcc[4], int chunk_num) {
893 if (count == chunk_num) break;
898 static int SetChunk(const char fourcc[4], int chunk_num,
903 if (dmux == NULL || fourcc == NULL || chunk_num < 0) return 0;
906 if (chunk_num == 0) chunk_num = count;
908 if (chunk_num <= count) {
910 const Chunk* const chunk = GetChunk(dmux, fourcc, chunk_num);
914 iter->chunk_num = chunk_num;
    [all...]
  /external/webp/src/demux/
demux.c 901 const char fourcc[4], int chunk_num) {
908 if (count == chunk_num) break;
913 static int SetChunk(const char fourcc[4], int chunk_num,
918 if (dmux == NULL || fourcc == NULL || chunk_num < 0) return 0;
921 if (chunk_num == 0) chunk_num = count;
923 if (chunk_num <= count) {
925 const Chunk* const chunk = GetChunk(dmux, fourcc, chunk_num);
929 iter->chunk_num = chunk_num;
    [all...]
  /external/opencv3/3rdparty/libwebp/webp/
demux.h 176 int chunk_num; member in struct:WebPChunkIterator
197 // Sets 'iter->chunk' to point to the next ('iter->chunk_num' + 1) or previous
198 // ('iter->chunk_num' - 1) chunk. These functions do not loop.
  /external/webp/include/webp/
demux.h 183 int chunk_num; member in struct:WebPChunkIterator
204 // Sets 'iter->chunk' to point to the next ('iter->chunk_num' + 1) or previous
205 // ('iter->chunk_num' - 1) chunk. These functions do not loop.
  /external/webp/src/webp/
demux.h 183 int chunk_num; member in struct:WebPChunkIterator
204 // Sets 'iter->chunk' to point to the next ('iter->chunk_num' + 1) or previous
205 // ('iter->chunk_num' - 1) chunk. These functions do not loop.
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
ucode_download.c 96 ucode_ptr->chunk_num++;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 289 uint32 chunk_num; member in struct:wl_ucode_info
    [all...]

Completed in 374 milliseconds