OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_frames
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/chrome/browser/ui/gtk/
titlebar_throb_animation.cc
26
size_t
num_frames
= frame_strip.width() / frame_size;
local
29
for (size_t i = 0; i <
num_frames
; ++i) {
/external/chromium_org/net/quic/test_tools/
simple_quic_framer.cc
173
size_t SimpleQuicFramer::
num_frames
() const {
function in class:net::test::SimpleQuicFramer
/external/chromium_org/third_party/libwebp/webp/
demux.h
128
int
num_frames
; // equivalent to WEBP_FF_FRAME_COUNT.
member in struct:WebPIterator
/external/webp/include/webp/
demux.h
128
int
num_frames
; // equivalent to WEBP_FF_FRAME_COUNT.
member in struct:WebPIterator
/external/chromium_org/net/quic/
quic_packet_generator_test.cc
151
size_t
num_frames
= contents.num_feedback_frames + contents.num_ack_frames +
local
164
EXPECT_EQ(
num_frames
, simple_framer_.
num_frames
());
184
EXPECT_EQ(1u, simple_framer_.
num_frames
());
/external/srec/srec/clib/
fpi_tgt.c
725
int len, /* count= 0, */
num_frames
= 0;
local
763
num_frames
++;
780
return (
num_frames
);
swicms.c
518
int
num_frames
= swicms->cached_num_frames;
local
536
if (speech_end <
num_frames
)
539
cache_end =
num_frames
;
544
if (
num_frames
== 0 || speech_end == 0 || speech_start == speech_end || speech_end == MAXframeID)
548
speech_start, speech_end,
num_frames
);
555
backgr_cache_end = (
num_frames
-
num_frames
% swicms->cache_resolution) / swicms->cache_resolution;
/external/chromium/chrome/browser/ui/gtk/
browser_titlebar.cc
901
size_t
num_frames
= frame_strip->width() \/ frame_size;
local
[
all
...]
/system/core/charger/
charger.c
105
int
num_frames
;
member in struct:animation
177
.
num_frames
= ARRAY_SIZE(batt_anim_frames),
658
if (batt_anim->
num_frames
!= 0) {
673
if (batt_anim->capacity < 0 || batt_anim->
num_frames
== 0)
721
if (batt_cap >= 0 && batt_anim->
num_frames
!= 0) {
725
for (i = 1; i < batt_anim->
num_frames
; i++) {
748
if (batt_anim->
num_frames
== 0 || batt_anim->capacity < 0) {
766
while (batt_anim->cur_frame < batt_anim->
num_frames
&&
769
if (batt_anim->cur_frame >= batt_anim->
num_frames
) {
987
for (i = 0; i < charger->batt_anim->
num_frames
; i++)
[
all
...]
/external/chromium_org/content/common/gpu/media/
video_decode_accelerator_unittest.cc
126
num_frames
(-1),
137
int
num_frames
;
member in struct:content::__anon8056::TestVideoFile
[
all
...]
/device/asus/flo/camera/
QCamera_Intf.h
140
int
num_frames
;
member in struct:__anon1835
332
uint8_t
num_frames
;
member in struct:__anon1853
/hardware/qcom/camera/
QCamera_Intf.h
140
int
num_frames
;
member in struct:__anon31463
332
uint8_t
num_frames
;
member in struct:__anon31481
/device/lge/mako/camera/
QCamera_Intf.h
180
int
num_frames
;
member in struct:__anon2206
[
all
...]
Completed in 781 milliseconds