HomeSort by relevance Sort by last modified time
    Searched defs:getFrameSize (Results 1 - 22 of 22) sorted by null

  /frameworks/av/services/audioflinger/
AudioStreamOut.h 81 virtual size_t getFrameSize() const { return mHalFrameSize; }
SpdifStreamOut.h 70 virtual size_t getFrameSize() const { return sizeof(int8_t); }
  /device/asus/fugu/libaudio/
AudioStreamIn.h 70 static uint32_t getFrameSize() {
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/
SoftAMR.cpp 260 static size_t getFrameSize(unsigned FT) {
354 size_t frameSize = getFrameSize(mode);
  /frameworks/av/media/libstagefright/rtsp/
AAMRAssembler.cpp 81 static size_t getFrameSize(bool isWide, unsigned FT) {
177 totalSize += getFrameSize(mIsWide, (toc >> 3) & 0x0f);
193 size_t frameSize = getFrameSize(mIsWide, (toc >> 3) & 0x0f);
ARTPWriter.cpp 728 static size_t getFrameSize(bool isWide, unsigned FT) {
769 srcOffset += getFrameSize(isWide, FT);
815 size_t frameSize = getFrameSize(isWide, FT);
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 127 /// getFrameSize/setFrameSize - Records the function's frame size.
129 uint64_t getFrameSize() const { return FrameSize; }
  /frameworks/av/media/libstagefright/
AMRExtractor.cpp 72 static size_t getFrameSize(bool isWide, unsigned FT) {
109 *frameSize = getFrameSize(isWide, FT);
295 size_t frameSize = getFrameSize(mIsWide, FT);
OMXCodec.cpp 804 static size_t getFrameSize(
931 def.nBufferSize = getFrameSize(colorFormat,
    [all...]
  /frameworks/wilhelm/src/android/util/
AacAdtsExtractor.cpp 48 static size_t getFrameSize(const sp<DataSource> &source, off64_t offset) {
58 SL_LOGV("AacAdtsExtractor::getFrameSize EOS");
62 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns %d (syncword and header read error)",
68 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns 0 (syncword pb)");
82 SL_LOGE("AacAdtsExtractor:: getFrameSize() returns 0 (frameSize %zu < headSize %zu)",
87 //SL_LOGV("AacAdtsExtractor:: getFrameSize() returns %u", frameSize);
136 if ((frameSize = getFrameSize(mDataSource, offset)) == 0) {
137 // Usually frameSize == 0 due to EOS is benign (and getFrameSize() doesn't SL_LOGE),
271 if ((frameSize = getFrameSize(mDataSource, mOffset)) == 0) {
  /hardware/ti/omap4xxx/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 403 status_t V4LCameraAdapter::getFrameSize(size_t &width, size_t &height)
  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 879 ret = getFrameSize(frame->mWidth, frame->mHeight);
    [all...]
  /hardware/ti/omap4-aah/camera/
BaseCameraAdapter.cpp 965 ret = getFrameSize(frame->mWidth, frame->mHeight);
    [all...]
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 806 status_t V4LCameraAdapter::getFrameSize(size_t &width, size_t &height)
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
StylesheetRoot.java     [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp     [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 419 milliseconds