OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:oscl_free
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/include/
m4vh263_decoder_pv_types.h
38
#define
oscl_free
free
macro
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
pvdec_api.cpp
634
if (video->prevEnhcVop->yChan)
oscl_free
(video->prevEnhcVop->yChan);
635
oscl_free
(video->prevEnhcVop);
681
if (video->pstprcTypCur)
oscl_free
(video->pstprcTypCur);
682
if (video->pstprcTypPrv)
oscl_free
(video->pstprcTypPrv);
684
if (video->predDC)
oscl_free
(video->predDC);
686
if (video->predDCAC_col)
oscl_free
(video->predDCAC_col);
687
if (video->motX)
oscl_free
(video->motX);
688
if (video->motY)
oscl_free
(video->motY);
689
if (video->mblock)
oscl_free
(video->mblock);
690
if (video->QPMB)
oscl_free
(video->QPMB)
[
all
...]
Completed in 34 milliseconds