HomeSort by relevance Sort by last modified time
    Searched full:actualcount (Results 26 - 42 of 42) sorted by null

12

  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device_copper.cpp 387 m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount=bufreq.count;
394 m_sOutput_buff_property.mincount=m_sOutput_buff_property.maxcount=m_sOutput_buff_property.actualcount=bufreq.count;
475 temp_count = m_sInput_buff_property.actualcount;
476 m_sInput_buff_property.actualcount = *actual_buff_count;
480 m_sInput_buff_property.actualcount = temp_count;
490 temp_count = m_sOutput_buff_property.actualcount;
491 m_sOutput_buff_property.actualcount = *actual_buff_count;
495 m_sOutput_buff_property.actualcount = temp_count;
561 m_sInput_buff_property.mincount=m_sInput_buff_property.maxcount=m_sInput_buff_property.actualcount=bufreq.count;
565 *actual_buff_count = m_sInput_buff_property.actualcount;
    [all...]
  /dalvik/vm/reflect/
Proxy.cpp 245 int numInterfaces, maxCount, actualCount, allCount;
327 actualCount = copyWithoutDuplicates(allMethods, allCount, methods, throws);
328 if (actualCount < 0)
332 //for (i = 0; i < actualCount; i++) {
338 *pMethodCount = actualCount;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device_v4l2.h 52 unsigned long actualcount; member in struct:msm_venc_allocatorproperty
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 349 temp_count = m_sInput_buff_property.actualcount;
350 m_sInput_buff_property.actualcount = *actual_buff_count;
356 m_sInput_buff_property.actualcount = temp_count;
364 temp_count = m_sOutput_buff_property.actualcount;
365 m_sOutput_buff_property.actualcount = *actual_buff_count;
371 m_sOutput_buff_property.actualcount = temp_count;
550 *actual_buff_count = m_sInput_buff_property.actualcount;
569 *actual_buff_count = m_sOutput_buff_property.actualcount;
628 m_sInput_buff_property.maxcount, m_sInput_buff_property.actualcount,
642 m_sOutput_buff_property.maxcount, m_sOutput_buff_property.actualcount,
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 448 final int actualCount;
451 actualCount = c.getCount();
452 rawContactIds = new long[actualCount];
453 contactIds = new long[actualCount];
454 accountIds = new long[actualCount];
471 for (int i = 0; i < actualCount; i++) {
477 EventLog.writeEvent(LOG_SYNC_CONTACTS_AGGREGATION, elapsedTime, actualCount);
480 Log.d(TAG, "Contact aggregation complete: " + actualCount +
481 (actualCount == 0 ? "" : ", " + (elapsedTime / actualCount)
    [all...]
  /dalvik/vm/oo/
Class.cpp     [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_enc.h 274 unsigned long actualcount; member in struct:venc_allocatorproperty
msm_vidc_dec.h 170 uint32_t actualcount; member in struct:vdec_allocatorproperty
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_dec.h 245 uint32_t actualcount; member in struct:vdec_allocatorproperty
msm_vidc_enc.h 478 unsigned long actualcount; member in struct:venc_allocatorproperty
  /hardware/qcom/msm8x74/original-kernel-headers/linux/
msm_vidc_dec.h 242 uint32_t actualcount; member in struct:vdec_allocatorproperty
msm_vidc_enc.h 526 unsigned long actualcount; member in struct:venc_allocatorproperty
  /hardware/qcom/msm8x74/kernel-headers/linux/
msm_vidc_dec.h 169 uint32_t actualcount; member in struct:vdec_allocatorproperty
msm_vidc_enc.h 296 unsigned long actualcount; member in struct:venc_allocatorproperty
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AwSettingsTest.java     [all...]
  /prebuilts/tools/common/easymock-tools/
easymock-3.1.jar 
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.jar 

Completed in 597 milliseconds

12