HomeSort by relevance Sort by last modified time
    Searched refs:frame_size (Results 176 - 200 of 248) sorted by null

1 2 3 4 5 6 78 910

  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 317 size_t frame_size = cb->num_frames() * 2; local
318 size_t read_count = fread(int_data, sizeof(int16_t), frame_size, file);
319 if (read_count != frame_size) {
325 S16ToFloat(int_data, frame_size, float_data);
534 size_t frame_size = frame->samples_per_channel_ * 2; local
537 frame_size,
539 if (read_count != frame_size) {
2131 size_t frame_size = frame_->samples_per_channel_ * frame_->num_channels_; local
    [all...]
  /device/google/dragon/audio/hal/
audio_hw.c 2067 size_t frame_size = audio_stream_out_frame_size(stream); local
    [all...]
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 230 uint32_t frame_size; member in struct:__anon3590
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 230 uint32_t frame_size; member in struct:__anon4501
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 230 uint32_t frame_size; member in struct:__anon5642
  /hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/inc/
omx_aac_aenc.h 415 unsigned int frame_size; member in struct:omx_aac_aenc::enc_meta_out
  /hardware/qcom/audio/msm8909/mm-audio/aenc-amrnb/qdsp6/inc/
omx_amr_aenc.h 342 unsigned int frame_size; member in struct:omx_amr_aenc::enc_meta_out
  /hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/inc/
omx_evrc_aenc.h 343 unsigned int frame_size; member in struct:omx_evrc_aenc::enc_meta_out
  /hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/inc/
omx_qcelp13_aenc.h 343 unsigned int frame_size; member in struct:omx_qcelp13_aenc::enc_meta_out
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/inc/
mm_qcamera_app.h 228 uint32_t frame_size; member in struct:__anon32158
  /art/compiler/utils/x86/
assembler_x86.h 635 void BuildFrame(size_t frame_size, ManagedRegister method_reg,
640 void RemoveFrame(size_t frame_size, const std::vector<ManagedRegister>& callee_save_regs)
  /external/v8/test/unittests/interpreter/
bytecode-array-builder-unittest.cc 286 CHECK_EQ(the_array->frame_size(),
329 CHECK_EQ(the_array->frame_size(), total_registers * kPointerSize);
  /hardware/intel/common/libmix/videodecoder/securevideo/merrifield/
VideoDecoderAVCSecure.cpp 524 data->pic_parse_buffer->frame_size = mFrameSize;
638 data->pic_parse_buffer->frame_size = mSliceInfo[sliceIdx].sliceLength;
  /hardware/intel/common/libmix/videodecoder/securevideo/moorefield/
VideoDecoderAVCSecure.cpp 544 data->pic_parse_buffer->frame_size = mFrameSize;
658 data->pic_parse_buffer->frame_size = mSliceInfo[sliceIdx].sliceLength;
  /hardware/intel/common/utils/ISV/base/
isv_worker.cpp 1013 int frame_size; local
    [all...]
  /hardware/qcom/audio/msm8909/mm-audio/aenc-aac/qdsp6/test/
omx_aac_enc_test.c 199 unsigned int frame_size; member in struct:enc_meta_out
387 meta->frame_size,
389 len = meta->frame_size;
    [all...]
  /hardware/qcom/audio/msm8909/mm-audio/aenc-evrc/qdsp6/test/
omx_evrc_enc_test.c 168 unsigned int frame_size; member in struct:enc_meta_out
432 meta->frame_size,
434 len = meta->frame_size;
    [all...]
  /hardware/qcom/audio/msm8909/mm-audio/aenc-qcelp13/qdsp6/test/
omx_qcelp13_enc_test.c 168 unsigned int frame_size; member in struct:enc_meta_out
433 meta->frame_size,
435 len = meta->frame_size;
    [all...]
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 3508 unsigned int frame_size = 0; local
3556 unsigned int frame_size = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-alpha.c 3683 offsetT frame_size; member in struct:alpha_elf_frame_data
    [all...]
  /hardware/qcom/audio/msm8909/hal/voice_extn/
compress_voip.c 686 int buffer_size,frame_size; local
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 3215 unsigned int frame_size = 0; local
    [all...]
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/
omx_swvenc_mpeg4.cpp 272 Prop.info.frame_size.height = m_sInPortDef.format.video.nFrameHeight;
273 Prop.info.frame_size.width = m_sInPortDef.format.video.nFrameWidth;
534 Prop.info.frame_size.height = portDefn->format.video.nFrameHeight;
535 Prop.info.frame_size.width = portDefn->format.video.nFrameWidth;
    [all...]
  /hardware/qcom/media/msm8996/videopp/inc/
omx_vdpp.h 289 size_t frame_size; member in struct:vdpp_allocatorproperty
  /art/compiler/utils/mips/
assembler_mips.h 415 void BuildFrame(size_t frame_size,
421 void RemoveFrame(size_t frame_size, const std::vector<ManagedRegister>& callee_save_regs)
    [all...]

Completed in 2193 milliseconds

1 2 3 4 5 6 78 910