HomeSort by relevance Sort by last modified time
    Searched full:scalability (Results 1 - 25 of 33) sorted by null

1 2

  /system/extras/tests/sdcard/
profile_sdcard.sh 31 scalability() { function
32 local file="/tmp/sdcard-scalability.txt"
34 echo "# Scalability tests" | tee -a ${file}
37 echo "# StopWatch scalability total/cumulative duration 0.0 Samples: 1" | tee -a ${file}
61 scalability
plot_sdcard.py 266 (metadata, data) = Parse('/tmp/sdcard-scalability.txt')
  /external/opencore/codecs_v2/video/m4v_h263/dec/include/
visual_header.h 38 /* Parameters used for scalability */
39 int32 scalability; /* VOL scalability (flag) */ member in struct:tagVolInfo
pvm4vdecoder.h 71 of the bitstream at the same time (in the case of spatial/SNR scalability). The function returns FALSE (0) if an
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/include/
visual_header.h 40 /* Parameters used for scalability */
41 int32 scalability; /* VOL scalability (flag) */ member in struct:tagVolInfo
  /external/opencore/codecs_v2/video/m4v_h263/dec/src/
mp4lib_int.h 115 /* Parameters used for scalability */
116 int scalability; /* VOL scalability (flag) */ member in struct:tagVol
202 /* Data For Layers (Scalability) */
vop.cpp 627 /* scalability */
628 currVol->scalability = (int) BitstreamRead1Bits(stream);
630 if (currVol->scalability)
    [all...]
pvdec_api.cpp 112 /* spatial scalability to the decoder */
250 video->vol[idx]->scalability = 0;
    [all...]
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 115 /* Parameters used for scalability */
116 int scalability; /* VOL scalability (flag) */ member in struct:tagVol
202 /* Data For Layers (Scalability) */
vop.cpp 626 /* scalability */
627 currVol->scalability = (int) BitstreamRead1Bits(stream);
629 if (currVol->scalability)
    [all...]
pvdec_api.cpp 111 /* spatial scalability to the decoder */
249 video->vol[idx]->scalability = 0;
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
mp4lib_int.h 110 /* Parameters used for scalability */
111 Int scalability; /* VOL scalability (flag) */ member in struct:tagVol
323 /* Data For Layers (Scalability) */
vop.cpp 155 if (!currVol->scalability)
231 if (!currVol->scalability)
396 if (currVol->scalability)
mp4enc_api.cpp     [all...]
pvm4vencoder.cpp 507 //scalability
    [all...]
  /external/opencore/fileformats/mp4/composer/include/
a_atomdefs.h 71 // Scalability settings on the Mpeg4 file
80 // HINT_PROTOCOL_TEMPORAL_SCALABILITY - Video stream encoded with PacketVideo Temporal Scalability
81 // HINT_PROTOCOL_SPATIAL_SCALABILITY - Video stream encoded with PacketVideo Spatial Scalability
82 // 'pvst' - Video stream encoded with both PacketVideo Spatial and Temporal scalability
  /external/bluetooth/glib/docs/reference/glib/tmpl/
memory_slices.sgml 12 memory-waste, scalability and performance problems.
32 to improve scalability.
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
package-info.java 135 * the expense of poorer scalability. In other cases in which
  /external/bluetooth/glib/docs/reference/glib/
running.sgml 159 That way, multi-thread scalability is given up, and memory consumption is
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
JSR166TestCase.java 75 * test throughput, latency, scalability or other performance factors
  /external/opencore/fileformats/mp4/parser/utils/mp4recognizer/include/
atomdefs.h 87 // Scalability settings on the Mpeg4 file
  /external/opencore/fileformats/mp4/parser/src/
movieatom.cpp 799 _scalability += 1; // increment scalability with each video track read in
801 // to see the scalability and layer tags within the headers
    [all...]
  /external/openssl/crypto/bn/asm/
ia64.S 18 // "wider" than Itanium? Can you experience loop scalability as
42 // Itanium would exhibit anti-scalability. So I've chosen to reschedule
161 // scalability (the neat feature of this implementation is that it
164 // performance loss on Itanium for scalability.
325 // chosen to trade the scalability for development time (you can see
495 // scalability. The decision will very likely be reconsidered after the
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 42 example usages of it in everyday work here at OSLO's Scalability and
  /external/iproute2/doc/actions/
actions-general 35 scalability is one of the main issues; however, if you need stateful

Completed in 998 milliseconds

1 2