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

  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs.h 365 int b_pos;\
895 tbits, b_pos)
899 tbits, 64 - tbits - b_pos)
903 b_pos = pos % 8;\
907 for(bits = 0; bits < (tbits + b_pos); bits += 8) \
  /external/squashfs-tools/squashfs-tools/
squashfs_compat.h 230 int b_pos;\
802 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, tbits, b_pos)
805 #define SQUASHFS_SWAP(value, p, pos, tbits) _SQUASHFS_SWAP(value, p, pos, tbits, 64 - tbits - b_pos)
809 b_pos = pos % 8;\
813 for(bits = 0; bits < (tbits + b_pos); bits += 8) \
  /external/webrtc/talk/media/base/
videoframe_unittest.h 261 int r_pos, g_pos, b_pos, bytes; local
262 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) {
277 rgb[b_pos] = ((y / 63) & 1) ? 224 : 32;
331 int r_pos, g_pos, b_pos, bytes; local
332 if (!GetRgbPacking(fourcc, &r_pos, &g_pos, &b_pos, &bytes)) {
355 ConvertRgbPixel(rgb[i][r_pos], rgb[i][g_pos], rgb[i][b_pos],
407 int* b_pos,
410 *r_pos = 0; *g_pos = 1; *b_pos = 2; *bytes = 3; // RGB in memory.
412 *r_pos = 2; *g_pos = 1; *b_pos = 0; *bytes = 3; // BGR in memory.
414 *r_pos = 0; *g_pos = 1; *b_pos = 2; *bytes = 4; // RGBA in memory
    [all...]

Completed in 5059 milliseconds