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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_emit.c 1006 unsigned temp_count = MAX2(code->num_temporaries, 1); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 1006 unsigned temp_count = MAX2(code->num_temporaries, 1); local
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp 344 unsigned long temp_count = 0; local
350 temp_count = m_sInput_buff_property.actualcount;
357 m_sInput_buff_property.actualcount = temp_count;
367 temp_count = m_sOutput_buff_property.actualcount;
374 m_sOutput_buff_property.actualcount = temp_count;
    [all...]
video_encoder_device_copper.cpp 467 unsigned long temp_count = 0; local
473 temp_count = m_sInput_buff_property.actualcount;
478 m_sInput_buff_property.actualcount = temp_count;
488 temp_count = m_sOutput_buff_property.actualcount;
493 m_sOutput_buff_property.actualcount = temp_count;
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp 449 unsigned long temp_count = 0; local
453 temp_count = m_sInput_buff_property.actualcount;
460 m_sInput_buff_property.actualcount = temp_count;
468 temp_count = m_sOutput_buff_property.actualcount;
475 m_sOutput_buff_property.actualcount = temp_count;
    [all...]
video_encoder_device_v4l2.cpp 1033 unsigned long temp_count = 0; local
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_basic.h 1526 FX_INT32 temp_count = FX_MIN(nCount, FX_DATALIST_LENGTH); local
    [all...]
  /external/qemu/tcg/
tcg.h 490 int64_t temp_count; member in struct:TCGContext

Completed in 1441 milliseconds