HomeSort by relevance Sort by last modified time
    Searched refs:framesize (Results 1 - 25 of 71) sorted by null

1 2 3

  /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/opencv3/modules/videoio/test/
test_video_pos.cpp 54 framesize = Size(640, 480);
59 Mat mat = Mat::zeros(framesize, CV_8UC3);
73 VideoWriter writer(filename, fmt.fourcc, 25, framesize, true);
174 Size framesize; member in class:CV_PositioningTest
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
test_iSACfixfloat.c 92 int framesize = 30; /* ms */ local
93 // int framesize = 60; /* To invoke cisco complexity case at frame 2252 */
293 err = WebRtcIsac_Control(ISAC_main_inst, bottleneck, framesize);
310 err = WebRtcIsac_Control(ISAC_main_inst, bottleneck, framesize);
323 err = WebRtcIsacfix_Control(ISACFIX_main_inst, bottleneck, framesize);
339 err = WebRtcIsac_Control(ISAC_main_inst, bottleneck, framesize);
352 err = WebRtcIsacfix_Control(ISACFIX_main_inst, bottleneck, framesize);
366 err = WebRtcIsacfix_Control(ISACFIX_main_inst, bottleneck, framesize);
445 WebRtcIsac_Control(ISAC_main_inst, bottleneck, framesize);
447 WebRtcIsacfix_Control(ISACFIX_main_inst, bottleneck, framesize);
    [all...]
kenny.cc 106 int framesize = 30; /* ms */ local
261 framesize = atoi(argv[i + 1]);
262 if ((framesize != 30) && (framesize != 60)) {
264 "Valid length are 30 and 60 msec.\n", framesize);
267 printf("\nFrame Length: %d\n", framesize);
500 err = WebRtcIsacfix_Control(ISAC_main_inst, bottleneck, framesize);
507 err = WebRtcIsacfix_ControlBwe(ISAC_main_inst, rateBPS, framesize, fixedFL);
645 WebRtcIsacfix_Control(ISAC_main_inst, bottleneck, framesize);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
isac_fix_type.h 25 int framesize) {
26 return WebRtcIsacfix_Control(inst, rate, framesize);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
isac_float_type.h 23 int framesize) {
24 return WebRtcIsac_Control(inst, rate, framesize);
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_video_dec/src/
omx_proxy_videodec_utils.c 282 OMX_U32 framesize = (frameInfo->frame_width * local
284 OMX_U8* localbuffer = malloc(framesize);
301 int ret = write (filedes, (void*)localbuffer, framesize);
302 if (ret < (int)framesize)
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ReleaseTest-API/
ReleaseTest-API.cc 50 int framesize = 30; /* ms */ local
241 framesize = atoi(argv[i + 1]);
242 if ((framesize != 30) && (framesize != 60)) {
244 "msec.\n", framesize);
248 printf("Frame Length: %d\n", framesize);
505 err = WebRtcIsac_Control(ISAC_main_inst, bottleneck, framesize);
518 err = WebRtcIsac_ControlBwe(ISAC_main_inst, rateBPS, framesize, fixedFL);
682 WebRtcIsac_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/libopus/src/
opus.c 178 int framesize; local
186 framesize = opus_packet_get_samples_per_frame(data, 48000);
228 if (count <= 0 || framesize*count > 5760)
opus_private.h 41 int framesize; member in struct:OpusRepacketizer
  /hardware/qcom/media/msm8974/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/msm8974/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/webrtc/modules/audio_coding/codecs/isac/fix/include/
isacfix.h 115 * 10ms frames until it reaches the chosen Framesize (480 or 960 samples
126 * 0 - The buffer didn't reach the chosen framesize
143 * 10ms frames until it reaches the chosen Framesize (480 or 960 wide-band samples
156 * 0 - The buffer didn't reach the chosen framesize
235 * depending on the framesize (30 or 60 ms).
261 * depending on the framesize (30 or 60 ms).
367 * - framesize : number of milliseconds per frame (30 or 60)
375 int framesize);
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/include/
isac.h 256 * - framesize : frame-size in millisecond.
265 int framesize);
686 * depending on the framesize (30 or 60 ms).
  /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/current/platforms/android-12/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/current/platforms/android-13/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/current/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/current/platforms/android-15/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/current/platforms/android-16/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/current/platforms/android-17/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/current/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/current/platforms/android-19/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

Completed in 3281 milliseconds

1 2 3