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

<<111213141516171819

  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2Renderer.cpp 912 mNumFramesWritten += sizeCopied / mAudioSink->frameSize();
    [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 92 virtual ssize_t frameSize() const;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerRenderer.cpp 913 mNumFramesWritten += sizeCopied / mAudioSink->frameSize();
    [all...]
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_dec.h 554 struct vdec_framesize framesize; member in struct:vdec_output_frameinfo
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_vidc_dec.h 557 struct vdec_framesize framesize; member in struct:vdec_output_frameinfo
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_vidc_dec.h 563 struct vdec_framesize framesize; member in struct:vdec_output_frameinfo
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_vidc_dec.h 567 struct vdec_framesize framesize; member in struct:vdec_output_frameinfo
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
msm_vidc_dec.h 557 struct vdec_framesize framesize; member in struct:vdec_output_frameinfo
  /prebuilts/go/darwin-x86/src/debug/gosym/
pclntab.go 214 f.FrameSize = int(t.binary.Uint32(info[t.ptrsize+2*4:]))
  /prebuilts/go/darwin-x86/src/runtime/
asm_ppc64x.s 283 // R3: framesize, R4: argsize, R5: LR
554 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize, uintptr ctxt)
562 MOVD framesize+16(FP), R3
571 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
    [all...]
sys_windows_amd64.s 330 // cgocallback(Go func, void *frame, uintptr framesize)
asm_386.s 757 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize, uintptr ctxt)
765 MOVL framesize+8(FP), AX
773 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
    [all...]
  /prebuilts/go/linux-x86/src/debug/gosym/
pclntab.go 214 f.FrameSize = int(t.binary.Uint32(info[t.ptrsize+2*4:]))
  /prebuilts/go/linux-x86/src/runtime/
asm_ppc64x.s 283 // R3: framesize, R4: argsize, R5: LR
554 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize, uintptr ctxt)
562 MOVD framesize+16(FP), R3
571 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
    [all...]
sys_windows_amd64.s 330 // cgocallback(Go func, void *frame, uintptr framesize)
asm_386.s 757 // cgocallback(void (*fn)(void*), void *frame, uintptr framesize, uintptr ctxt)
765 MOVL framesize+8(FP), AX
773 // cgocallback_gofunc(FuncVal*, void *frame, uintptr framesize, uintptr ctxt)
    [all...]
  /external/aac/libSBRenc/src/
ps_encode.cpp 825 const INT frameSize, const INT sendHeader) {
844 envBorder[env] = fMultI(GetInvInt(nEnvelopes), frameSize * env);
    [all...]
ton_corr.cpp 691 INT frameSize, /*!< Current SBR frame size. */
810 &hTonCorr->sbrMissingHarmonicsDetector, fs, frameSize, nSfb[HI],
    [all...]
tran_det.cpp 732 INT frameSize, INT sampleFreq, sbrConfigurationPtr params, int tran_fc,
755 framedur_fix = fDivNorm(frameSize, sampleFreq);
    [all...]
  /external/llvm/lib/CodeGen/
SafeStack.cpp 659 unsigned FrameSize = alignTo(SSL.getFrameSize(), StackAlignment);
665 IRB.CreateGEP(BasePointer, ConstantInt::get(Int32Ty, -FrameSize),
    [all...]
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 269 size_t frameSize = channelCount * bytesPerSample;
270 size_t frameCount = buffSizeInBytes / frameSize;
    [all...]
  /external/aac/libSBRdec/src/
hbe.cpp     [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 177 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
178 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
179 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
180 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc.cpp 173 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
174 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
175 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
176 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
    [all...]

Completed in 2483 milliseconds

<<111213141516171819