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

  /external/zopfli/src/zopflipng/lodepng/
lodepng_util.h 122 int btype; //block type (0-2) member in struct:lodepng::ZlibBlockInfo
lodepng.h 281 unsigned btype; /*the block type for LZ (0, 1, 2 or 3, see zlib standard). Should be 2 for proper compression.*/ member in struct:LodePNGCompressSettings
    [all...]
  /external/svox/pico/lib/
picoctrl.c 144 picoos_uint8 btype; local
160 btype = picodata_cbGetFrontItemType(ctrl->procUnit[ctrl->curPU]->cbOut);
161 ctrl->lastItemTypeProduced=(picoos_uint8)btype;
  /external/zopfli/src/zopfli/
deflate.c 490 size_t lstart, size_t lend, int btype) {
494 double result = 3; /* bfinal and btype bits */
496 assert(btype == 1 || btype == 2); /* This is not for uncompressed blocks. */
498 if(btype == 1) {
514 btype: the block type, must be 1 or 2
528 static void AddLZ77Block(const ZopfliOptions* options, int btype, int final,
545 AddBit(btype & 1, bp, out, outsize);
546 AddBit((btype & 2) >> 1, bp, out, outsize);
548 if (btype == 1)
594 int btype = 2; local
    [all...]
  /external/linux-tools-perf/src/tools/lib/traceevent/
parse-filter.c 388 create_arg_op(enum filter_op_type btype)
394 arg->op.type = btype;
632 enum filter_op_type *btype,
636 *btype = FILTER_OP_NOT;
641 *btype = FILTER_OP_AND;
643 *btype = FILTER_OP_OR;
647 if (*btype != FILTER_OP_NOT)
898 enum filter_op_type btype; local
999 op_type = process_op(token, &btype, &ctype, &etype);
1027 arg = create_arg_op(btype);
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 429 enum v4l2_buf_type btype; local
430 btype = V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE;
431 rc = ioctl(m_nDriver_fd, VIDIOC_STREAMOFF, &btype);
436 btype = V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE;
438 rc = ioctl(m_nDriver_fd, VIDIOC_STREAMOFF, &btype);
1398 enum v4l2_buf_type btype; local
1412 enum v4l2_buf_type btype; local
    [all...]
  /external/valgrind/coregrind/m_demangle/
cplus-dem.c 2593 int btype; local
4027 string btype; local
4041 string btype; local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
omx_vdec_copper.cpp 1821 enum v4l2_buf_type btype; local
7243 enum v4l2_buf_type btype; local
7395 enum v4l2_buf_type btype; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cdk.h 83 unsigned short btype; member in struct:cdkonbsig
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
cdk.h 83 unsigned short btype; member in struct:cdkonbsig
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 7071 enum v4l2_buf_type btype; local
    [all...]
omx_vdec_hevc_swvdec.cpp 8050 enum v4l2_buf_type btype; local
    [all...]
omx_vdec_msm8974.cpp 8520 enum v4l2_buf_type btype; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
penwin.h 1438 BYTE btype; member in struct:tagPENTIP
    [all...]
  /external/valgrind/perf/
tinycc.c 12128 CType type1, btype; local
14506 CType btype, type; local
14633 CType type, btype; local
    [all...]

Completed in 2356 milliseconds