Searched refs:bstream (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
D | mp4enc_api.h | 338 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/ |
D | vop.cpp | 309 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime) in EncodeVopNotCoded() argument 318 stream->bitstreamBuffer = bstream; in EncodeVopNotCoded()
|
D | mp4enc_api.cpp | 1387 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()
|
D | mp4enc_lib.h | 35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime);
|