OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:end_of_buf
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
combined_encode.cpp
301
if (video->
end_of_buf
) /* left-over from previous run */
307
video->
end_of_buf
= 0;
477
video->
end_of_buf
= 1;
486
if (mbnum < nTotalMB || video->
end_of_buf
) /* return here */
556
video->
end_of_buf
= 1;
571
// video->
end_of_buf
= 1;
577
video->
end_of_buf
= 1;
620
video->
end_of_buf
= 1;
634
video->
end_of_buf
= 1;
651
video->
end_of_buf
= 1
[
all
...]
datapart_encode.cpp
246
if (video->
end_of_buf
) /* left-over from previous run */
252
video->
end_of_buf
= 0;
406
video->
end_of_buf
= 1;
415
if (mbnum < nTotalMB || video->
end_of_buf
) /* return here */
464
video->
end_of_buf
= 1;
mp4lib_int.h
409
Int
end_of_buf
; /* end of bitstream buffer flag */
member in struct:tagVideoEncData
vop.cpp
96
video->
end_of_buf
= 0;
mp4enc_api.cpp
[
all
...]
Completed in 45 milliseconds