HomeSort by relevance Sort by last modified time
    Searched refs:maxcount (Results 1 - 25 of 111) sorted by null

1 2 3 4 5

  /external/libvorbis/vq/
distribution.c 95 long maxcount=0; local
138 long maxcount=0,i,j; local
140 if(countarray[i]>maxcount)maxcount=countarray[i];
144 int stars=rint(50./maxcount*countarray[ptr]);
228 long maxcount=0,i,j; local
230 if(countarray[i]>maxcount)maxcount=countarray[i];
235 int stars=rint(50./maxcount*countarray[i]);
  /external/e2fsprogs/e2fsck/
dict.c 60 #define maxcount dict_maxcount macro
255 dict_t *dict_create(dictcount_t maxcount, dict_comp_t comp)
265 new->maxcount = maxcount;
335 dict_t *dict_init(dict_t *dict, dictcount_t maxcount, dict_comp_t comp)
342 dict->maxcount = maxcount;
363 dict->maxcount = template->maxcount;
964 return dict->nodecount == dict->maxcount;
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/inc/
video_encoder_device_copper.h 51 unsigned long maxcount; member in struct:msm_venc_allocatorproperty
  /frameworks/native/opengl/tools/glgen/specs/gles11/
checks.spec 48 glGetAttachedShaders nullAllowed check count 1 check shaders maxcount
GLES20.spec 58 void glGetAttachedShaders ( GLuint program, GLsizei maxcount, GLsizei *count, GLuint *shaders )
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 385 m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount=bufreq.count;
392 m_sOutput_buff_property.mincount=m_sOutput_buff_property.maxcount=m_sOutput_buff_property.actualcount=bufreq.count;
559 m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount=bufreq.count;
644 "datasize = %u, maxcount = %u, actualcnt = %u, "
646 m_sInput_buff_property.maxcount, m_sInput_buff_property.actualcount,
656 "datasize = %u, maxcount = %u, actualcnt = %u, "
658 m_sOutput_buff_property.maxcount, m_sOutput_buff_property.actualcount,
667 (portDefn->nBufferCountActual <= m_sInput_buff_property.maxcount))
691 (m_sInput_buff_property.maxcount >= portDefn->nBufferCountActual) &&
722 (m_sOutput_buff_property.maxcount >= portDefn->nBufferCountActual
    [all...]
video_encoder_device.cpp 592 "datasize = %u, maxcount = %u, actualcnt = %u, "
594 m_sInput_buff_property.maxcount, m_sInput_buff_property.actualcount,
605 "datasize = %u, maxcount = %u, actualcnt = %u, "
607 m_sOutput_buff_property.maxcount, m_sOutput_buff_property.actualcount,
618 (portDefn->nBufferCountActual <= m_sInput_buff_property.maxcount)) {
646 (m_sOutput_buff_property.maxcount >= portDefn->nBufferCountActual)
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_enc.h 272 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 169 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_enc.h 477 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 244 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_vidc_enc.h 296 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 167 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_vidc_enc.h 526 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 241 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8x84/kernel-headers/linux/
msm_vidc_enc.h 299 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 170 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_vidc_enc.h 528 unsigned long maxcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 243 uint32_t maxcount; member in struct:vdec_allocatorproperty
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 214 (GLuint program, GLsizei maxcount, GLsizei * count, GLuint * shaders),
215 (program, maxcount, count, shaders))
  /frameworks/base/opengl/java/android/opengl/
GLES20.java     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 730 "datasize = %u, maxcount = %u, actualcnt = %u, "
732 m_sInput_buff_property.maxcount, m_sInput_buff_property.actualcount,
744 "datasize = %u, maxcount = %u, actualcnt = %u, "
746 m_sOutput_buff_property.maxcount, m_sOutput_buff_property.actualcount,
757 (portDefn->nBufferCountActual <= m_sInput_buff_property.maxcount)) {
786 (m_sOutput_buff_property.maxcount >= portDefn->nBufferCountActual)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
unicodeobject.h     [all...]
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
unicodeobject.h     [all...]
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 537 GLsizei maxcount,
542 glGetAttachedShaders(program, maxcount, count, shaders);
    [all...]

Completed in 670 milliseconds

1 2 3 4 5