OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BitstreamSavePartial
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
bitstream_io.h
35
PV_STATUS
BitstreamSavePartial
(BitstreamEncVideo *stream, Int *fraction);
bitstream_io.cpp
248
/* Function :
BitstreamSavePartial
*/
257
PV_STATUS
BitstreamSavePartial
(BitstreamEncVideo *stream, Int *fraction)
341
BitstreamSavePartial
(stream, &fraction);
377
BitstreamSavePartial
(stream, &fraction);
424
status =
BitstreamSavePartial
(bitstream1, &fraction);
431
status =
BitstreamSavePartial
(bitstream2, &fraction);
587
BitstreamSavePartial
(bitstream, &fraction);
686
BitstreamSavePartial
(bitstream2, &fraction); /* make sure only fraction of byte left */
687
BitstreamSavePartial
(bitstream1, &fraction);
Completed in 29 milliseconds