HomeSort by relevance Sort by last modified time
    Searched full:framesize (Results 101 - 125 of 229) sorted by null

1 2 3 45 6 7 8 910

  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 72 uint32_t frameSize() const { return popcount(channels())*((format()==AUDIO_FORMAT_PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
148 uint32_t frameSize() const { return AudioSystem::popCount(channels())*((format()==AudioSystem::PCM_16_BIT)?sizeof(int16_t):sizeof(int8_t)); }
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
asm.h 45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rpc
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
asm.h 45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rpc
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
asm.h 45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rpc
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
asm.h 45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rpc
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
asm.h 45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rpc
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 424 int frameSize;
    [all...]
  /art/compiler/jni/quick/arm/
calling_convention_arm.cc 144 size_t ArmJniCallingConvention::FrameSize() {
  /art/compiler/jni/quick/mips/
calling_convention_mips.cc 148 size_t MipsJniCallingConvention::FrameSize() {
  /development/ndk/sources/android/libportable/arch-mips/
_setjmp.S 41 * GPOFF and FRAMESIZE must be the same for both _setjmp and _longjmp!
  /external/aac/libSBRdec/src/
psdec_hybrid.cpp 108 SCHAR frameSize, /*!< Framesize (in Qmf s?bband samples). */
122 hs->frameSize = frameSize;
  /external/aac/libSBRenc/src/
ps_main.cpp 552 const INT frameSize = hParametricStereo->noQmfSlots;
576 for (col=0; col<frameSize-HYBRID_READ_OFFSET; col++) {
587 for (col=frameSize-HYBRID_READ_OFFSET; col<frameSize; col++) {
sbr_encoder.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.cpp 156 const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size);
157 if (frameSize != m_size)
194 IntSize frameSize = m_source.frameSizeAtIndex(m_currentFrame);
195 return frameSize;
  /external/chromium_org/third_party/opus/src/
README 84 -framesize <2.5|5|10|20|40|60>
  /external/speex/libspeex/
modes.c 321 160, /*frameSize*/
speex.c 199 *((int*)ptr)=m->frameSize;
sb_celp.c 212 st->full_frame_size = 2*mode->frameSize;
213 st->frame_size = mode->frameSize;
215 st->nbSubframes = mode->frameSize/mode->subframeSize;
775 st->full_frame_size = 2*mode->frameSize;
776 st->frame_size = mode->frameSize;
778 st->nbSubframes = mode->frameSize/mode->subframeSize;
    [all...]
  /external/srec/srec/clib/
fpi_tgt.c 98 frmPkt->frameSize = dimen;
146 sizeof(featdata) * frmPkt->frameSize * frmPkt->frameStackSize);
477 frmPkt->pullp - fCnt * frmPkt->frameSize);
496 frmPkt->pushp - fCnt * frmPkt->frameSize);
  /external/llvm/lib/Target/Mips/
Mips16InstrFormats.td 379 // <|opcode|svrs|s|ra|s0|s1|framesize>
390 bits<4> framesize = 0;
400 let Inst{3-0} = framesize;
406 // <|opcode|svrs|s|ra|s0|s1|framesize>
615 bits<8> framesize =0;
627 let Inst{23-20} = framesize{7-4};
636 let Inst{3-0} = framesize{3-0};
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp 245 /// addi R0, SP, \#frameSize ; get the address of the previous frame
267 unsigned FrameSize = MFI->getStackSize();
275 // Determine the previous frame's address. If FrameSize can't be
285 if (MaxAlign < TargetAlign && isInt<16>(FrameSize)) {
288 .addImm(FrameSize);
  /external/grub/netboot/
tlan.c     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 523 int frameSize;
    [all...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 765 "In H264MCS_ProcessEncodedNALU with FrameSize = %d inBuf_Size=%d",
2001 M4OSA_UInt32 framesize = 0; local
    [all...]
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 739 uint64_t FrameSize = StackSize - SlotSize;
743 FrameSize -= X86FI->getCalleeSavedFrameSize();
744 NumBytes = (FrameSize + MaxAlign - 1) / MaxAlign * MaxAlign;
746 NumBytes = FrameSize - X86FI->getCalleeSavedFrameSize();
    [all...]

Completed in 667 milliseconds

1 2 3 45 6 7 8 910