Searched refs:bstream (Results 1 – 4 of 4) sorted by relevance
/frameworks/av/media/codecs/m4v_h263/enc/include/ |
D | mp4enc_api.h | 349 ULong *nextModTime, UChar *bstream, Int *size, Int *nLayer); 394 OSCL_IMPORT_REF Bool PVEncodeSlice(VideoEncControls *encCtrl, UChar *bstream, Int *size,
|
/frameworks/av/media/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 | 1384 ULong *nextModTime, UChar *bstream, Int *size, Int *nLayer) in PVEncodeVideoFrame() argument 1445 EncodeVopNotCoded(video, bstream, size, modTime); in PVEncodeVideoFrame() 1463 currVol->stream->bitstreamBuffer = bstream; in PVEncodeVideoFrame() 1868 OSCL_EXPORT_REF Bool PVEncodeSlice(VideoEncControls *encCtrl, UChar *bstream, Int *size, in PVEncodeSlice() argument 1886 currVol->stream->bitstreamBuffer = bstream; in PVEncodeSlice()
|
D | mp4enc_lib.h | 35 PV_STATUS EncodeVopNotCoded(VideoEncData *video, UChar *bstream, Int *size, ULong modTime);
|