HomeSort by relevance Sort by last modified time
    Searched refs:bit_stream (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/test/
isac_speed_test.cc 28 virtual float EncodeABlock(int16_t* in_data, uint8_t* bit_stream,
30 virtual float DecodeABlock(const uint8_t* bit_stream, size_t encoded_bytes,
63 float IsacSpeedTest::EncodeABlock(int16_t* in_data, uint8_t* bit_stream,
74 bit_stream);
86 float IsacSpeedTest::DecodeABlock(const uint8_t* bit_stream,
92 value = WebRtcIsacfix_Decode(ISACFIX_main_inst_, bit_stream, encoded_bytes,
  /external/webrtc/webrtc/modules/audio_coding/codecs/opus/
opus_speed_test.cc 26 virtual float EncodeABlock(int16_t* in_data, uint8_t* bit_stream,
28 virtual float DecodeABlock(const uint8_t* bit_stream, size_t encoded_bytes,
60 float OpusSpeedTest::EncodeABlock(int16_t* in_data, uint8_t* bit_stream,
65 bit_stream);
72 float OpusSpeedTest::DecodeABlock(const uint8_t* bit_stream,
77 value = WebRtcOpus_Decode(opus_decoder_, bit_stream, encoded_bytes, out_data,
  /external/webrtc/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.h 36 // 2. save the bit stream to |bit_stream| of |max_bytes| bytes in size,
39 virtual float EncodeABlock(int16_t* in_data, uint8_t* bit_stream,
43 // 1. decodes the bit stream in |bit_stream| with a length of |encoded_bytes|
47 virtual float DecodeABlock(const uint8_t* bit_stream, size_t encoded_bytes,
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/inc/
mm_jpeg_interface.h 96 src_bitstream_buffer_t bit_stream[MAX_SRC_BUF_NUM]; member in union:__anon5743::__anon5744
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
codec.h 25 void WebRtcIsac_ResetBitstream(Bitstr* bit_stream);
encode.c 174 void WebRtcIsac_ResetBitstream(Bitstr* bit_stream) {
175 bit_stream->W_upper = 0xFFFFFFFF;
176 bit_stream->stream_index = 0;
177 bit_stream->streamval = 0;
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/
mm_jpeg.c 198 src_buf->bit_stream[i].data_offset;
200 src_buf->bit_stream[i].buf_size;
233 input_port.nBufferSize = src_buf->bit_stream[i].buf_size;
560 pmem_info.fd = src_buf->bit_stream[i].fd;
567 src_buf->bit_stream[i].buf_size,
568 (void *)src_buf->bit_stream[i].buf_vaddr);
    [all...]

Completed in 183 milliseconds