Home
last modified time | relevance | path

Searched refs:bstream (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
Dmp4enc_api.h338 ULong *nextModTime, UChar *bstream, Int *size, Int *nLayer);
383 OSCL_IMPORT_REF Bool PVEncodeSlice(VideoEncControls *encCtrl, UChar *bstream, Int *size,
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dvop.cpp309 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime) in EncodeVopNotCoded() argument
318 stream->bitstreamBuffer = bstream; in EncodeVopNotCoded()
Dmp4enc_api.cpp1387 ULong *nextModTime, UChar *bstream, Int *size, Int *nLayer) in PVEncodeVideoFrame() argument
1448 EncodeVopNotCoded(video, bstream, size, modTime); in PVEncodeVideoFrame()
1466 currVol->stream->bitstreamBuffer = bstream; in PVEncodeVideoFrame()
1871 OSCL_EXPORT_REF Bool PVEncodeSlice(VideoEncControls *encCtrl, UChar *bstream, Int *size, in PVEncodeSlice() argument
1889 currVol->stream->bitstreamBuffer = bstream; in PVEncodeSlice()
Dmp4enc_lib.h35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime);