/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
ptrace-abi.h | 42 #define FRAME_SIZE 17
|
/external/chromium_org/content/browser/speech/endpointer/ |
endpointer_unittest.cc | 24 virtual EpStatus ProcessFrame(int64 time, int16* samples, int frame_size) = 0; 78 int frame_size) OVERRIDE { 123 int frame_size) OVERRIDE {
|
/external/chromium_org/third_party/opus/src/include/ |
opus.h | 131 * len = opus_encode(enc, audio_frame, frame_size, packet, max_packet); 137 * <li>frame_size is the duration of the frame in samples (per channel)</li> 237 * @param [in] pcm <tt>opus_int16*</tt>: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_int16) 238 * @param [in] frame_size <tt>int</tt>: Number of samples per channel in the 266 int frame_size, 278 * length is frame_size*channels*sizeof(float) 279 * @param [in] frame_size <tt>int</tt>: Number of samples per channel in the 307 int frame_size, 367 * frame_size = opus_decode(dec, packet, len, decoded, max_size, 0); 451 * is frame_size*channels*sizeof(opus_int16 [all...] |
/external/chromium_org/content/renderer/pepper/ |
content_decryptor_delegate.cc | 829 gfx::Size frame_size(frame_info->width, frame_info->height); 835 frame_size, 836 gfx::Rect(frame_size), 1033 int64 frame_size = -1; local [all...] |
/external/chromium_org/media/video/capture/win/ |
video_capture_device_mf_win.cc | 97 bool GetFrameSize(IMFMediaType* type, gfx::Size* frame_size) { 101 frame_size->SetSize(width32, height32); 123 !GetFrameSize(type, &capability->supported_format.frame_size) || 356 params.requested_format.frame_size.width(), 357 params.requested_format.frame_size.height(),
|
video_capture_device_win.cc | 355 params.requested_format.frame_size.width(), 356 params.requested_format.frame_size.height(), 524 capability.supported_format.frame_size.SetSize(h->bmiHeader.biWidth, 533 SIZE size = {capability.supported_format.frame_size.width(), 534 capability.supported_format.frame_size.height()};
|
/hardware/libhardware/modules/audio_remote_submix/ |
audio_hw.cpp | 234 const size_t frame_size = audio_stream_frame_size(&stream->common); local 235 const size_t frames = bytes / frame_size; 287 ALOGV("out_write() wrote %lu bytes)", written_frames * frame_size); 288 return written_frames * frame_size; 395 const size_t frame_size = audio_stream_frame_size(&stream->common); local 396 const size_t frames_to_read = bytes / frame_size; 422 usleep((bytes / frame_size) * 1000000 / in_get_sample_rate(&stream->common)); 437 buff += frames_read * frame_size; 453 memset(((char*)buffer)+ bytes - (remaining_frames * frame_size), 0, 454 remaining_frames * frame_size); [all...] |
/device/lge/mako/camera/ |
QualcommCameraHardware.h | 201 unsigned int frame_size; member in class:android::QualcommCameraHardware 224 int frame_size, 247 int num_buffers, int frame_size, 256 int frame_size, 264 int frame_size, int cbcr_offset, 280 int frame_size, int cbcr_offset,
|
/external/chromium_org/content/browser/renderer_host/media/ |
video_capture_host_unittest.cc | 212 dumper_.StartDump(frame_format.frame_size.width(), 213 frame_format.frame_size.height()); 216 ASSERT_EQ(format_.frame_size.width(), frame_format.frame_size.width()) 218 ASSERT_EQ(format_.frame_size.height(), frame_format.frame_size.height())
|
web_contents_video_capture_device_unittest.cc | 599 capture_params.requested_format.frame_size.SetSize(kTestWidth, kTestHeight); 612 capture_params.requested_format.frame_size.SetSize(kTestWidth, kTestHeight); 636 capture_params.requested_format.frame_size.SetSize(kTestWidth, kTestHeight); 658 capture_params.requested_format.frame_size.SetSize(kTestWidth, kTestHeight); 678 capture_params.requested_format.frame_size.SetSize(kTestWidth, kTestHeight); 717 capture_params.requested_format.frame_size.SetSize(kTestWidth, kTestHeight); 768 capture_params.requested_format.frame_size.SetSize(1280, 720); 790 capture_params.requested_format.frame_size.SetSize(kTestWidth, kTestHeight);
|
desktop_capture_device_aura_unittest.cc | 104 capture_params.requested_format.frame_size.SetSize(640, 480);
|
/bionic/libc/arch-arm/bionic/ |
memcpy.a9.S | 57 # define FRAME_SIZE 4 65 # define FRAME_SIZE 32 70 # define FRAME_SIZE 32 240 str tmp2, [sp, #-FRAME_SIZE]! 346 ldr tmp2,[sp], #FRAME_SIZE 390 ldr tmp2, [sp], #FRAME_SIZE 505 ldr tmp2, [sp], #FRAME_SIZE 530 ldrmi tmp2, [sp], #FRAME_SIZE 611 ldr tmp2, [sp], #FRAME_SIZE
|
/external/chromium_org/third_party/opus/src/src/ |
analysis.h | 87 int analysis_frame_size, int frame_size, int c1, int c2, int C, opus_int32 Fs,
|
/external/libvpx/libvpx/test/ |
ivf_video_source.h | 97 virtual const unsigned int frame_size() const { return frame_sz_; } function in class:libvpx_test::IVFVideoSource
|
/external/chromium_org/media/cast/logging/ |
logging_stats.cc | 40 int frame_size) { 45 it->second->bitrate_kbps += frame_size;
|
/external/chromium_org/third_party/opus/src/celt/ |
celt.h | 119 int celt_encode_with_ec(OpusCustomEncoder * OPUS_RESTRICT st, const opus_val16 * pcm, int frame_size, unsigned char *compressed, int nbCompressedBytes, ec_enc *enc); 132 int celt_decode_with_ec(OpusCustomDecoder * OPUS_RESTRICT st, const unsigned char *data, int len, opus_val16 * OPUS_RESTRICT pcm, int frame_size, ec_dec *dec);
|
/external/kernel-headers/original/sound/ |
compress_offload.h | 148 * @frame_size: legth of the encoded frame with valid data 152 uint32_t frame_size; member in struct:snd_compr_audio_info
|
/external/speex/libspeex/ |
sb_celp.h | 48 int frame_size; /**< Length of high-band frames*/ member in struct:SBEncState 103 int frame_size; member in struct:SBDecState
|
/external/srec/srec/include/ |
sample.h | 182 int frame_size; member in struct:__anon26505 206 void create_sample_buffer(wave_info *wave, int frame_size, int window_size);
|
/frameworks/av/media/libstagefright/ |
avc_utils.cpp | 550 uint32_t header, size_t *frame_size, 553 *frame_size = 0; 634 *frame_size = (12000 * bitrate / sampling_rate + padding) * 4; 680 *frame_size = 144000 * bitrate / sampling_rate + padding; 684 *frame_size = tmp * bitrate / sampling_rate + padding;
|
/art/compiler/utils/mips/ |
assembler_mips.cc | 551 void MipsAssembler::BuildFrame(size_t frame_size, ManagedRegister method_reg, 554 CHECK_ALIGNED(frame_size, kStackAlignment); 557 IncreaseFrameSize(frame_size); 560 int stack_offset = frame_size - kPointerSize; 574 StoreToOffset(kStoreWord, reg, SP, frame_size + kPointerSize + (i * kPointerSize)); 578 void MipsAssembler::RemoveFrame(size_t frame_size, 580 CHECK_ALIGNED(frame_size, kStackAlignment); 583 int stack_offset = frame_size - (callee_save_regs.size() * kPointerSize) - kPointerSize; 592 DecreaseFrameSize(frame_size); [all...] |
/external/libvpx/libvpx/vpx/src/ |
svc_encodeframe.c | 72 size_t frame_size; member in struct:SvcInternal 793 si->frame_size = 0; 869 si->frame_size = ld_list_get_buffer_size(cx_layer_list); 870 if (si->frame_size == 0) return VPX_CODEC_ERROR; 873 if (si->frame_size > si->buffer_size) { 875 si->buffer = malloc(si->frame_size); 880 si->buffer_size = si->frame_size; 888 si->encode_frame_count, si->is_keyframe, (int)si->frame_size, 911 return si->frame_size;
|
/external/chromium_org/chrome/browser/ui/gtk/panels/ |
panel_gtk.cc | 191 CR_DEFINE_STATIC_LOCAL(gfx::Size, frame_size, ()); 192 return frame_size; 196 gfx::Size& frame_size = GetFrameSize(); local 197 frame_size.SetSize(new_size.width(), new_size.height()); 1038 gfx::Size& frame_size = GetFrameSize(); local 1045 gfx::Size& frame_size = GetFrameSize(); local 1051 gfx::Size& frame_size = GetFrameSize(); local [all...] |
/bionic/libc/kernel/common/sound/ |
compress_offload.h | 87 uint32_t frame_size; member in struct:snd_compr_audio_info
|
/external/chromium_org/media/base/ |
audio_splicer_unittest.cc | 33 scoped_refptr<AudioBuffer> GetNextInputBuffer(float value, int frame_size) { 39 frame_size, 41 input_timestamp_helper_.GetFrameDuration(frame_size)); 42 input_timestamp_helper_.AddFrames(frame_size);
|