OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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
55
int
frame_num_
; // the referent frame number for use in assembling fragments.
member in struct:Frame
230
frame->
frame_num_
= frame_num;
260
frame->
frame_num_
= frame_num;
331
if (status != PARSE_ERROR && has_frames && frame->
frame_num_
> 0) {
366
if (status != PARSE_ERROR && has_fragments && frame->
frame_num_
> 0) {
637
const int cur_frame_set = f->
frame_num_
;
642
for (; f != NULL && f->
frame_num_
== cur_frame_set; f = f->next_) {
648
if (!has_frames && f->
frame_num_
> 1) return 0;
781
if (frame_num == f->
frame_num_
) break;
789
const int this_frame = frame_set->
frame_num_
;
[
all
...]
/external/webp/src/demux/
demux.c
55
int
frame_num_
; // the referent frame number for use in assembling fragments.
member in struct:Frame
230
frame->
frame_num_
= frame_num;
260
frame->
frame_num_
= frame_num;
331
if (status != PARSE_ERROR && has_frames && frame->
frame_num_
> 0) {
366
if (status != PARSE_ERROR && has_fragments && frame->
frame_num_
> 0) {
631
const int cur_frame_set = f->
frame_num_
;
636
for (; f != NULL && f->
frame_num_
== cur_frame_set; f = f->next_) {
641
if (!has_frames && f->
frame_num_
> 1) return 0;
773
if (frame_num == f->
frame_num_
) break;
781
const int this_frame = frame_set->
frame_num_
;
[
all
...]
/external/chromium_org/content/common/gpu/media/
vaapi_h264_decoder.h
245
int
frame_num_
;
member in class:content::VaapiH264Decoder
vaapi_h264_decoder.cc
81
frame_num_
= 0;
731
if (pic->frame_num >
frame_num_
)
[
all
...]
Completed in 244 milliseconds