/external/libvorbis/lib/ |
psytune.c | 239 int framesize=2048; local 269 framesize=atoi(argv[0]); 276 pcm[0]=_ogg_malloc(framesize*sizeof(float)); 277 pcm[1]=_ogg_malloc(framesize*sizeof(float)); 278 out[0]=_ogg_calloc(framesize/2,sizeof(float)); 279 out[1]=_ogg_calloc(framesize/2,sizeof(float)); 280 work[0]=_ogg_calloc(framesize,sizeof(float)); 281 work[1]=_ogg_calloc(framesize,sizeof(float)); 282 flr[0]=_ogg_calloc(framesize/2,sizeof(float)); 283 flr[1]=_ogg_calloc(framesize/2,sizeof(float)) [all...] |
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/ |
test_iSACfixfloat.c | 102 WebRtc_Word16 framesize = 30; /* ms */ local 103 //WebRtc_Word16 framesize = 60; /* To invoke cisco complexity case at frame 2252 */ 327 err = WebRtcIsac_Control(ISAC_main_inst, bottleneck, framesize); 344 err = WebRtcIsac_Control(ISAC_main_inst, bottleneck, framesize); 357 err = WebRtcIsacfix_Control(ISACFIX_main_inst, bottleneck, framesize); 373 err = WebRtcIsac_Control(ISAC_main_inst, bottleneck, framesize); 386 err = WebRtcIsacfix_Control(ISACFIX_main_inst, bottleneck, framesize); 401 err = WebRtcIsacfix_Control(ISACFIX_main_inst, bottleneck, framesize); 475 WebRtcIsac_Control(ISAC_main_inst, bottleneck, framesize); 477 WebRtcIsacfix_Control(ISACFIX_main_inst, bottleneck, framesize); [all...] |
kenny.c | 103 WebRtc_Word16 framesize = 30; /* ms */ local 267 framesize = atoi(argv[i + 1]); 268 if ((framesize != 30) && (framesize != 60)) { 270 "Valid length are 30 and 60 msec.\n", framesize); 273 printf("\nFrame Length: %d\n", framesize); 505 err = WebRtcIsacfix_Control(ISAC_main_inst, bottleneck, framesize); 512 err = WebRtcIsacfix_ControlBwe(ISAC_main_inst, rateBPS, framesize, fixedFL); 651 WebRtcIsacfix_Control(ISAC_main_inst, bottleneck, framesize);
|
/frameworks/av/media/libstagefright/codecs/avc/common/src/ |
dpb.cpp | 25 int level, framesize, num_fs; local 38 framesize = (int)(((FrameHeightInMbs * PicWidthInMbs) << 7) * 3); 41 video->padded_size = (int)((((FrameHeightInMbs + 2) * (PicWidthInMbs + 2)) << 7) * 3) - framesize; 68 dpb->dpb_size = dpb->num_fs * (framesize + video->padded_size); 69 // dpb->dpb_size = (uint32)MaxDPBX2[mapLev2Idx[level]]*512 + framesize; 101 dpb->used_size += (framesize + video->padded_size); 112 int framesize, ii; /* size of one frame */ local 152 framesize = (FrameHeightInMbs * PicWidthInMbs); 158 video->mblock = (AVCMacroblock*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMacroblock) * framesize, DEFAULT_ATTR); 163 for (ii = 0; ii < framesize; ii++ [all...] |
/external/chromium_org/third_party/opus/src/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)
|
opus_private.h | 41 int framesize; member in struct:OpusRepacketizer
|
opus_decoder.c | 592 int framesize; local 599 framesize = opus_packet_get_samples_per_frame(data, 48000); 641 if (count <= 0 || framesize*count > 5760)
|
/hardware/qcom/media/mm-video-legacy/vidc/vdec/test/ |
decoder_driver_test.c | 1021 outputframe->framesize.bottom = \ 1022 vdec_msg.msgdata.output_frame.framesize.bottom; 1023 outputframe->framesize.left = \ 1024 vdec_msg.msgdata.output_frame.framesize.left; 1025 outputframe->framesize.right = \ 1026 vdec_msg.msgdata.output_frame.framesize.right; 1027 outputframe->framesize.top = \ 1028 vdec_msg.msgdata.output_frame.framesize.top; 1029 outputframe->framesize = vdec_msg.msgdata.output_frame.framesize; [all...] |
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/ |
decoder_driver_test.c | 958 outputframe->framesize.bottom = [all...] |
/frameworks/av/media/libstagefright/codecs/avc/enc/src/ |
avcenc_api.cpp | 63 int framesize; local 171 framesize = video->FrameHeightInMbs * video->PicWidthInMbs; 173 video->mblock = (AVCMacroblock*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMacroblock) * framesize, DEFAULT_ATTR); 185 encvid->mot16x16 = (AVCMV*) avcHandle->CBAVC_Malloc(userData, sizeof(AVCMV) * framesize, DEFAULT_ATTR); 191 encvid->intraSearch = (uint8*) avcHandle->CBAVC_Malloc(userData, sizeof(uint8) * framesize, DEFAULT_ATTR); 197 encvid->min_cost = (int*) avcHandle->CBAVC_Malloc(userData, sizeof(int) * framesize, DEFAULT_ATTR);
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/interface/ |
isacfix.h | 116 * 10ms frames until it reaches the chosen Framesize (480 or 960 samples 127 * 0 - The buffer didn't reach the chosen framesize 144 * 10ms frames until it reaches the chosen Framesize (480 or 960 wide-band samples 157 * 0 - The buffer didn't reach the chosen framesize 241 * depending on the framesize (30 or 60 ms). 267 * depending on the framesize (30 or 60 ms). 373 * - framesize : number of milliseconds per frame (30 or 60) 381 WebRtc_Word16 framesize);
|
/external/webrtc/src/modules/audio_coding/codecs/isac/main/interface/ |
isac.h | 266 * - framesize : frame-size in millisecond. 275 WebRtc_Word16 framesize); 702 * depending on the framesize (30 or 60 ms).
|
/bionic/libc/kernel/arch-mips/asm/ |
asm.h | 45 #define NESTED(symbol, framesize, rpc) .globl symbol; .align 2; .type symbol, @function; .ent symbol, 0; symbol: .frame sp, framesize, rpc
|
/development/ndk/platforms/android-9/arch-mips/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-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
|
/external/chromium_org/media/base/ |
container_names.cc | 1096 int framesize; local [all...] |
/external/kernel-headers/original/asm-mips/ |
asm.h | 61 #define NESTED(symbol, framesize, rpc) \ 66 symbol: .frame sp, framesize, rpc
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
isacfix.c | 288 * 10ms frames until it reaches the chosen Framesize (480 or 960 samples 300 * : 0 - The buffer didn't reach the chosen framesize 361 * 10ms frames until it reaches the chosen Framesize (480 or 960 wide-band samples 375 * : 0 - The buffer didn't reach the chosen framesize 739 * depending on the framesize (30 or 60 ms). 840 * depending on the framesize (30 or 60 ms). [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...] |
/hardware/qcom/media/mm-video-legacy/vidc/vdec/src/ |
omx_vdec.cpp | [all...] |
/hardware/qcom/msm8960/kernel-headers/linux/ |
msm_vidc_dec.h | 516 struct vdec_framesize framesize; member in struct:vdec_output_frameinfo
|