HomeSort by relevance Sort by last modified time
    Searched full:framesize (Results 201 - 225 of 453) sorted by null

1 2 3 4 5 6 7 891011>>

  /device/generic/goldfish/camera/
CallbackNotifier.cpp 241 const size_t frameSize = camera_dev->getVideoFrameBufferSize();
242 camera_memory_t* cam_buff = mGetMemoryCB(-1, frameSize, 1, mCBOpaque);
  /external/aac/libDRCdec/include/
FDK_drcDecLib.h 198 FDK_drcDec_Init(HANDLE_DRC_DECODER hDrcDec, const int frameSize,
239 const int numChannels, const int frameSize,
  /external/libopus/src/
repacketizer.c 70 rp->framesize = opus_packet_get_samples_per_frame(data, 8000);
80 if ((curr_nb_frames+rp->nb_frames)*rp->framesize > 960)
  /external/webrtc/talk/app/webrtc/objc/
avfoundationvideocapturer.mm 398 size_t frameSize =
417 frame.data_size = frameSize;
  /hardware/interfaces/audio/2.0/
IStream.hal 28 * @return frameSize frame size in bytes.
30 getFrameSize() generates (uint64_t frameSize);
IStreamOut.hal 94 * @param frameSize the size of a single frame, in bytes.
107 prepareForWriting(uint32_t frameSize, uint32_t framesCount)
  /hardware/interfaces/audio/4.0/
IStream.hal 26 * @return frameSize frame size in bytes.
28 getFrameSize() generates (uint64_t frameSize);
IStreamOut.hal 100 * @param frameSize the size of a single frame, in bytes.
113 prepareForWriting(uint32_t frameSize, uint32_t framesCount)
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioHardwareInterface.h 71 uint32_t frameSize() const { return audio_channel_count_from_out_mask(channels())*
153 uint32_t frameSize() const { return audio_channel_count_from_in_mask(channels())*
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 420 int frameSize;
    [all...]
  /art/compiler/jni/quick/mips64/
calling_convention_mips64.cc 180 size_t Mips64JniCallingConvention::FrameSize() {
  /art/runtime/entrypoints/quick/
quick_trampoline_entrypoints_test.cc 82 TEST_F(QuickTrampolineEntrypointsTest, FrameSize) {
  /external/aac/libAACenc/src/
aacenc.h 268 * \brief Calculate framesize in bits for given bit rate, frame length and
275 * \return Framesize in bits per frame.
281 * \brief Calculate bitrate in bits per second for given framesize, frame length
284 * \param bitsPerFrame Framesize in bits per frame
  /external/speex/libspeex/
modes.c 321 160, /*frameSize*/
speex.c 199 *((int*)ptr)=m->frameSize;
  /external/webrtc/webrtc/modules/video_coding/
jitter_estimator.h 39 // - frameSize : Frame size of the current frame.
  /frameworks/av/media/libmediaplayer2/include/mediaplayer2/
MediaPlayer2AudioOutput.h 48 virtual ssize_t frameSize() const;
  /hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
StreamIn.h 104 Return<void> prepareForReading(uint32_t frameSize, uint32_t framesCount,
StreamOut.h 106 Return<void> prepareForWriting(uint32_t frameSize, uint32_t framesCount,
  /prebuilts/go/darwin-x86/src/runtime/
asm_mips64x.s 230 // R1: framesize, R2: argsize, R3: LR
475 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize, uintptr ctxt)
483 MOVV framesize+16(FP), R1
491 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
  /prebuilts/go/linux-x86/src/runtime/
asm_mips64x.s 230 // R1: framesize, R2: argsize, R3: LR
475 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize, uintptr ctxt)
483 MOVV framesize+16(FP), R1
491 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
  /external/aac/libSACdec/src/
sac_dec_lib.cpp     [all...]
  /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};
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/x86/
obj6.go 1010 func stacksplit(ctxt *obj.Link, cursym *obj.LSym, p *obj.Prog, newprog obj.ProgAlloc, framesize int32, textarg int32) *obj.Prog {
1024 if framesize <= objabi.StackSmall {
1037 } else if framesize <= objabi.StackBig {
1038 // large stack: SP-framesize <= stackguard-StackSmall
1046 p.From.Offset = -(int64(framesize) - objabi.StackSmall)
1062 // SP-stackguard+StackGuard <= framesize + (StackGuard-StackSmall)
1073 // CMPQ AX, $(framesize+(StackGuard-StackSmall))
1121 p.To.Offset = int64(framesize) + (objabi.StackGuard - objabi.StackSmall)
1138 spfix.Spadj = -framesize
1175 jmp.Spadj = +framesize
    [all...]
  /prebuilts/go/linux-x86/src/cmd/internal/obj/x86/
obj6.go 1010 func stacksplit(ctxt *obj.Link, cursym *obj.LSym, p *obj.Prog, newprog obj.ProgAlloc, framesize int32, textarg int32) *obj.Prog {
1024 if framesize <= objabi.StackSmall {
1037 } else if framesize <= objabi.StackBig {
1038 // large stack: SP-framesize <= stackguard-StackSmall
1046 p.From.Offset = -(int64(framesize) - objabi.StackSmall)
1062 // SP-stackguard+StackGuard <= framesize + (StackGuard-StackSmall)
1073 // CMPQ AX, $(framesize+(StackGuard-StackSmall))
1121 p.To.Offset = int64(framesize) + (objabi.StackGuard - objabi.StackSmall)
1138 spfix.Spadj = -framesize
1175 jmp.Spadj = +framesize
    [all...]

Completed in 853 milliseconds

1 2 3 4 5 6 7 891011>>