HomeSort by relevance Sort by last modified time
    Searched full:slices (Results 126 - 150 of 385) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/skia/tests/
SkpSkGrTest.cpp 338 const int slices = 3; local
339 int xInterval = SkTMax(pWidth - maxDimension, 0) / (slices - 1);
340 int yInterval = SkTMax(pHeight - maxDimension, 0) / (slices - 1);
345 for (int x = 0; x < slices; ++x) {
346 for (int y = 0; y < slices; ++y) {
350 canvas->translate(SkIntToScalar(xInterval), SkIntToScalar(-yInterval * slices));
PathOpsSkpClipTest.cpp 545 const int slices = 3; local
546 int xInterval = SkTMax(pWidth - maxDimension, 0) / (slices - 1);
547 int yInterval = SkTMax(pHeight - maxDimension, 0) / (slices - 1);
552 for (int x = 0; x < slices; ++x) {
553 for (int y = 0; y < slices; ++y) {
557 canvas->translate(SkIntToScalar(xInterval), SkIntToScalar(-yInterval * slices));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.c 153 /* Number of 3D image slices or cube faces */
820 * including all cube faces or 3D image slices
968 * faces and all 3D slices.
1168 const int slices = lpr->num_slices_faces[level]; local
    [all...]
lp_texture.h 95 /** Number of 3D slices or cube faces per level */
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.c 153 /* Number of 3D image slices or cube faces */
820 * including all cube faces or 3D image slices
968 * faces and all 3D slices.
1168 const int slices = lpr->num_slices_faces[level]; local
    [all...]
  /hardware/intel/img/psb_video/src/
pnw_H264ES.c 155 ctx->Slices = 1;
163 ctx->Slices = 2;
167 ctx->ParallelCores = min(ctx->NumCores, ctx->Slices);
282 ctx->sRCParams.Slices = ctx->Slices;
636 * units, the value of idr_pic_id in the slices of the first such IDR
    [all...]
pnw_H263ES.c 142 ctx->Slices = ctx->Height / 16;
227 ctx->sRCParams.Slices = ctx->Slices;
pnw_hostcode.h 125 IMG_UINT8 Slices;
209 IMG_UINT16 Slices;
456 IMG_UINT16 NumSlices; //!< Number of slices in the picture
pnw_hostcode.c 800 psPicParams->NumSlices = ctx->sRCParams.Slices;
1116 int slices = ctx->obj_context->slice_count; local
    [all...]
  /external/chromium_org/tools/telemetry/telemetry/timeline/
trace_event_importer_unittest.py 168 # Slices that don't finish.
174 # Slices on thread 1 and 2 that do finish to give an 'end time' to make
772 slices = t.async_slices
773 self.assertEqual(1, len(slices))
774 self.assertEqual('a', slices[0].name)
775 self.assertEqual('cat', slices[0].category)
776 self.assertEqual(72, slices[0].id)
777 self.assertEqual('bar', slices[0].args['foo'])
778 self.assertEqual(0, slices[0].start)
779 self.assertAlmostEqual((60 - 24) / 1000.0, slices[0].duration
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/common/src/
extra_data_handler.cpp 221 | number of slices |
235 DEBUG_PRINT_HIGH("number of slices = %d", num_slices);
263 "total slices size[%d]", pBufHdr->nFilledLen, total_size);
  /hardware/qcom/media/mm-video-v4l2/vidc/common/src/
extra_data_handler.cpp 248 | number of slices |
262 DEBUG_PRINT_LOW("number of slices = %u", (unsigned int)num_slices);
296 "total slices size[%u]", (unsigned int)pBufHdr->nFilledLen, (unsigned int)total_size);
  /external/chromium_org/third_party/skia/tests/
PathOpsSkpClipTest.cpp 395 const int slices = 3; local
396 SkScalar xInterval = SkTMax(pWidth - maxDimension, 0.0f) / (slices - 1);
397 SkScalar yInterval = SkTMax(pHeight - maxDimension, 0.0f) / (slices - 1);
401 for (int x = 0; x < slices; ++x) {
402 for (int y = 0; y < slices; ++y) {
406 canvas->translate(xInterval, -yInterval * slices);
    [all...]
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostcode.c 690 ctx->Slices = ctx->obj_context->slice_count;
700 SliceHeight = ctx->Height / ctx->Slices;
705 MBsLastSlice = MBs - (MBsperSlice * (ctx->Slices - 1));
743 SliceHeight = ctx->Height / ctx->Slices;
748 MBsLastSlice = MBs - (MBsperSlice * (ctx->Slices - 1));
764 while ((BUsperSlice *(ctx->Slices - 1) + BUsLastSlice) > 200) {
770 /* Check whether there are integer number of BUs in the slices */
    [all...]
  /external/chromium-trace/
script.js     [all...]
  /external/bluetooth/bluedroid/embdrv/sbc/encoder/srce/
sbc_enc_bit_alloc_mono.c 49 SINT32 s32SliceCount; /*to store hwo many slices can be put in bitpool*/
sbc_enc_bit_alloc_ste.c 47 SINT32 s32SliceCount; /*to store hwo many slices can be put in bitpool*/
  /external/chromium-trace/trace-viewer/src/tcmalloc/
heap_instance_track.js 183 * @param {Number} offset Number of slices away from the hit to look.
  /external/chromium-trace/trace-viewer/src/tracing/
color_scheme.js 91 * for slices.
find_control_test.js 194 assertEquals(t1.sliceGroup.slices[0], timeline.selection[0].slice);
  /external/chromium-trace/trace-viewer/src/tracing/importer/
timeline_stream_importer.js 9 * a stream of slices from a server.
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
object_instance_track.js 205 * @param {Number} offset Number of slices away from the hit to look.
  /external/chromium_org/base/message_loop/
message_pump.h 106 // pump. DoWork in particular must never be starved for time slices unless
  /external/chromium_org/third_party/libva/va/
va_enc_h264.h 350 /** \brief Is weighted prediction applied to P slices? */
412 * Range: 0..2, 5..7, i.e. no switching slices.
454 /** \brief Reference picture list 0 (for P slices). */
456 /** \brief Reference picture list 1 (for B slices). */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_winsys.h 172 * slices, if the image is three dimensional.

Completed in 930 milliseconds

1 2 3 4 56 7 8 91011>>