OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:frame_num_
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcpassthroughrender_unittest.cc
15
ExternalRenderer() :
frame_num_
(0) {
23
++
frame_num_
;
25
<< " frame_num: " <<
frame_num_
;
local
30
return
frame_num_
;
34
int
frame_num_
;
member in class:WebRtcPassthroughRenderTest::ExternalRenderer
/external/chromium_org/third_party/libwebp/demux/
demux.c
51
int
frame_num_
; // the referent frame number for use in assembling fragments.
member in struct:Frame
226
frame->
frame_num_
= frame_num;
256
frame->
frame_num_
= frame_num;
327
if (status != PARSE_ERROR && is_animation && frame->
frame_num_
> 0) {
362
if (status != PARSE_ERROR && is_fragmented && frame->
frame_num_
> 0) {
643
const int cur_frame_set = f->
frame_num_
;
648
for (; f != NULL && f->
frame_num_
== cur_frame_set; f = f->next_) {
654
if (!is_animation && f->
frame_num_
> 1) return 0;
798
if (frame_num == f->
frame_num_
) break;
806
const int this_frame = frame_set->
frame_num_
;
[
all
...]
/external/webp/src/demux/
demux.c
51
int
frame_num_
; // the referent frame number for use in assembling fragments.
member in struct:Frame
226
frame->
frame_num_
= frame_num;
256
frame->
frame_num_
= frame_num;
327
if (status != PARSE_ERROR && is_animation && frame->
frame_num_
> 0) {
362
if (status != PARSE_ERROR && is_fragmented && frame->
frame_num_
> 0) {
643
const int cur_frame_set = f->
frame_num_
;
648
for (; f != NULL && f->
frame_num_
== cur_frame_set; f = f->next_) {
654
if (!is_animation && f->
frame_num_
> 1) return 0;
798
if (frame_num == f->
frame_num_
) break;
806
const int this_frame = frame_set->
frame_num_
;
[
all
...]
/external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.cc
83
frame_num_
= 0;
733
if (pic->frame_num >
frame_num_
)
[
all
...]
vaapi_h264_decoder.h
248
int
frame_num_
;
member in class:content::VaapiH264Decoder
Completed in 2653 milliseconds