OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getwindowshape
(Results
1 - 6
of
6
) sorted by null
/external/aac/libAACdec/src/
stereo.cpp
187
FDK_ASSERT(
GetWindowShape
(&pAacDecoderChannelInfo[L]->icsInfo) ==
GetWindowShape
(&pAacDecoderChannelInfo[R]->icsInfo));
269
FDK_ASSERT(
GetWindowShape
(&pAacDecoderChannelInfo[L]->icsInfo) ==
GetWindowShape
(&pAacDecoderChannelInfo[R]->icsInfo));
block.cpp
697
fr = frameLen - getWindow2Nr(frameLen,
GetWindowShape
(&pAacDecoderChannelInfo->icsInfo));
728
FDKgetWindowSlope(fl,
GetWindowShape
(&pAacDecoderChannelInfo->icsInfo)),
730
FDKgetWindowSlope(fr,
GetWindowShape
(&pAacDecoderChannelInfo->icsInfo)),
channelinfo.h
386
inline UCHAR
GetWindowShape
(const CIcsInfo *pIcsInfo)
conceal.cpp
675
hConcealmentInfo->windowShape =
GetWindowShape
(pIcsInfo);
[
all
...]
/external/chromium_org/chrome/browser/ui/gtk/
browser_window_gtk.h
276
GdkRegion*
GetWindowShape
(int width, int height) const;
browser_window_gtk.cc
[
all
...]
Completed in 1082 milliseconds