HomeSort by relevance Sort by last modified time
    Searched full:num_elements (Results 101 - 125 of 129) sorted by null

1 2 3 45 6

  /external/mesa3d/src/gallium/drivers/nv30/
nv30_draw.c 383 draw_set_vertex_elements(draw, nv30->vertex->num_elements, nv30->vertex->pipe);
  /external/mesa3d/src/gallium/include/pipe/
p_context.h 178 unsigned num_elements,
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderVP8.cpp 326 1, //num_elements
VideoDecoderWMV.cpp 309 //num_elements
VideoDecoderMPEG4.cpp 509 1, //num_elements
VideoDecoderAVC.cpp 393 1, //num_elements
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_MPEG4.c     [all...]
pnw_jpeg.c 328 if ((obj_buffer->num_elements != 1) ||
psb_drv_video.h 596 unsigned int num_elements; member in struct:object_buffer_s
vsp_VPP.c     [all...]
pnw_VC1.c 723 ASSERT(obj_buffer->num_elements == 1);
726 CHECK_INVALID_PARAM((obj_buffer->num_elements != 1) ||
    [all...]
  /external/gmock/include/gmock/
gmock-matchers.h 3173 size_t num_elements = 0; local
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
psb_MPEG2MC.c     [all...]
psb_VC1.c 715 ASSERT(obj_buffer->num_elements == 1);
718 if ((obj_buffer->num_elements != 1) ||
    [all...]
  /art/compiler/
image_writer.cc 1774 const size_t num_elements = arr->GetLength(); local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 31 template<typename Type> Type* SafeArrayAlloc(unsigned long long num_elements,
mkvparser.cpp 41 template<typename Type> Type* SafeArrayAlloc(unsigned long long num_elements,
43 if (num_elements == 0 || element_size == 0)
47 const unsigned long long num_bytes = num_elements * element_size;
48 if (element_size > (kMaxAllocSize / num_elements))
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 29 Type* SafeArrayAlloc(unsigned long long num_elements,
mkvparser.cc 40 Type* SafeArrayAlloc(unsigned long long num_elements,
42 if (num_elements == 0 || element_size == 0)
46 const unsigned long long num_bytes = num_elements * element_size;
47 if (element_size > (kMaxAllocSize / num_elements))
    [all...]
  /external/v8/src/compiler/
js-typed-lowering.cc 2723 int num_elements = std::max(0, argument_count - start_index); local
    [all...]
  /hardware/intel/common/libva/va/
va.h     [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoformat_h264.c     [all...]
mixvideoformat_vc1.c     [all...]
  /external/ImageMagick/MagickCore/
accelerate-kernels-private.h     [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
aarch64-dis.c 360 unsigned num_elements;
379 if (expected_num != data[value].num_elements || data[value].is_reserved)
358 unsigned num_elements; member in struct:__anon76306
    [all...]

Completed in 940 milliseconds

1 2 3 45 6