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

1 2 3 4 5 67 8 910

  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.h 221 void emitFunctionTempData(const MachineFunction &MF, unsigned &FrameSize);
  /hardware/libhardware_legacy/audio/
A2dpAudioInterface.cpp 264 mBufferDurationUs = ((bufferSize() * 1000 )/ frameSize() / sampleRate()) * 1000;
  /external/aac/libSBRenc/src/
tran_det.cpp 639 INT frameSize,
668 framedur_fix = fDivNorm(frameSize, sampleFreq);
mh_det.cpp     [all...]
ps_encode.cpp 844 const INT frameSize,
866 envBorder[env] = fMultI(GetInvInt(nEnvelopes),frameSize*env);
    [all...]
ton_corr.cpp 660 FDKsbrEnc_InitTonCorrParamExtr (INT frameSize, /*!< Current SBR frame size. */
780 frameSize,
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
encode.c 81 /* if buffersize is not equal to current framesize, and end of file is not reached yet, */
399 /* i.e. 60 ms framesize and just processed the first 30ms, */
  /frameworks/av/include/media/
AudioRecord.h 65 size_t size; // input/output in bytes == frameCount * frameSize
213 size_t frameSize() const { return mFrameSize; }
AudioTrack.h 84 size_t size; // input/output in bytes == frameCount * frameSize
279 size_t frameSize() const { return mFrameSize; }
    [all...]
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp 530 mFrameSize = mAudioSink->frameSize();
555 mFrameSize = mAudioTrack->frameSize();
VideoEditorPreviewController.cpp 799 M4OSA_UInt32 i = 0, iIncrementedDuration = 0, tnTimeMs=0, framesize =0; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/
SoftAVCEncoder.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]
  /frameworks/av/libvideoeditor/vss/stagefrightshells/src/
VideoEditorVideoDecoder.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec_msm8974.cpp 169 vdec_msg.msgdata.output_frame.framesize.left = plane[0].reserved[2];
170 vdec_msg.msgdata.output_frame.framesize.top = plane[0].reserved[3];
171 vdec_msg.msgdata.output_frame.framesize.right = plane[0].reserved[4];
172 vdec_msg.msgdata.output_frame.framesize.bottom = plane[0].reserved[5];
5432 OMX_U32 framesize; member in struct:vp8_ivf_frame_header
    [all...]
  /art/compiler/jni/quick/
jni_compiler.cc 97 const size_t frame_size(main_jni_conv->FrameSize());
  /external/aac/libPCMutils/include/
pcmutils_lib.h 254 UINT frameSize,
  /external/aac/libSBRenc/include/
sbr_encoder.h 234 INT frameSize;
  /external/chromium_org/media/base/
audio_buffer_unittest.cc 44 TEST(AudioBufferTest, FrameSize) {
  /external/chromium_org/third_party/opus/src/celt/dump_modes/
dump_modes.c 283 fprintf (file, "#define FRAMESIZE(mode) %d\n", frame_size);
  /hardware/qcom/media/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/msm8x74/original-kernel-headers/linux/
msm_vidc_dec.h 552 struct vdec_framesize framesize; member in struct:vdec_output_frameinfo
  /frameworks/av/libvideoeditor/vss/src/
M4xVSS_internal.c 275 M4OSA_UInt32 frameSize = (width * height * 3); //Size of RGB888 data.
323 rgbPlane1.pac_data = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(frameSize, M4VS,
351 frameSize = ( pImagePlanes->u_width * pImagePlanes->u_height * 3);
352 rgbPlane2.pac_data = (M4VIFI_UInt8*)M4OSA_32bitAlignedMalloc(frameSize, M4VS,
    [all...]

Completed in 3205 milliseconds

1 2 3 4 5 67 8 910