HomeSort by relevance Sort by last modified time
    Searched defs:framesize (Results 1 - 10 of 10) sorted by null

  /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/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/libvideoeditor/lvpp/
VideoEditorPreviewController.cpp 799 M4OSA_UInt32 i = 0, iIncrementedDuration = 0, tnTimeMs=0, framesize =0; local
    [all...]
  /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...]
  /frameworks/av/libvideoeditor/vss/mcs/src/
M4MCS_API.c 765 "In H264MCS_ProcessEncodedNALU with FrameSize = %d inBuf_Size=%d",
2001 M4OSA_UInt32 framesize = 0; local
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp 117 unsigned int framesize; local
123 framesize = (node->width * node->height * get_pixel_depth(node->format)) / 8;
    [all...]
  /hardware/qcom/msm8960/kernel-headers/linux/
msm_vidc_dec.h 516 struct vdec_framesize framesize; member in struct:vdec_output_frameinfo
  /hardware/qcom/msm8960/original-kernel-headers/linux/
msm_vidc_dec.h 554 struct vdec_framesize framesize; member in struct:vdec_output_frameinfo

Completed in 934 milliseconds