/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
arith_routines.c | 25 stream_ptr = streamdata->stream + streamdata->stream_index; 37 stream_ptr = streamdata->stream + streamdata->stream_index; 51 stream_ptr = streamdata->stream + streamdata->stream_index;
|
arith_routines_hist.c | 32 stream_ptr = streamdata->stream + streamdata->stream_index; 72 /* calculate new stream_index */ 73 streamdata->stream_index = (int)(stream_ptr - streamdata->stream); 101 stream_ptr = streamdata->stream + streamdata->stream_index; 107 if (streamdata->stream_index == 0) /* first time decoder is called for this stream */ 174 streamdata->stream_index = (int)(stream_ptr - streamdata->stream); 181 return streamdata->stream_index - 2; 183 return streamdata->stream_index - 1; 208 stream_ptr = streamdata->stream + streamdata->stream_index; 214 if (streamdata->stream_index == 0) /* first time decoder is called for this stream * [all...] |
encode.c | 176 bit_stream->stream_index = 0; 332 transcodingParam.stream_index = ISACencLB_obj->bitstr_obj.stream_index; 335 ISACencLB_obj->bitstr_obj.stream[ISACencLB_obj->bitstr_obj.stream_index - 338 ISACencLB_obj->bitstr_obj.stream[ISACencLB_obj->bitstr_obj.stream_index - 341 ISACencLB_obj->bitstr_obj.stream[ISACencLB_obj->bitstr_obj.stream_index]; 369 bytesLeftSpecCoding = payloadLimitBytes - transcodingParam.stream_index; 411 while ((ISACencLB_obj->bitstr_obj.stream_index > payloadLimitBytes) || 441 bytesSpecCoderUsed = ISACencLB_obj->bitstr_obj.stream_index - 442 transcodingParam.stream_index; [all...] |
arith_routines_logist.c | 96 stream_ptr = streamdata->stream + streamdata->stream_index; 162 /* calculate new stream_index */ 163 streamdata->stream_index = (int)(stream_ptr - streamdata->stream); 188 stream_ptr = streamdata->stream + streamdata->stream_index; 190 if (streamdata->stream_index == 0) /* first time decoder is called for this stream */ 285 streamdata->stream_index = (int)(stream_ptr - streamdata->stream); 291 return streamdata->stream_index - 2; 293 return streamdata->stream_index - 1;
|
structs.h | 31 uint32_t stream_index; member in struct:Bitstreamstruct 430 uint32_t stream_index; member in struct:__anon27773
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
arith_routines.c | 39 streamPtr = streamData->stream + streamData->stream_index; 71 streamPtr = streamData->stream + streamData->stream_index; 109 streamPtr = streamData->stream + streamData->stream_index;
|
arith_routines_hist.c | 55 streamPtr = streamData->stream + streamData->stream_index; 120 /* calculate new stream_index */ 121 streamData->stream_index = streamPtr - streamData->stream; 165 streamPtr = streamData->stream + streamData->stream_index; 174 if (streamData->stream_index == 0) 250 streamData->stream_index = streamPtr - streamData->stream; 255 return (streamData->stream_index*2 - 3 + !streamData->full); 257 return (streamData->stream_index*2 - 2 + !streamData->full); 299 streamPtr = streamData->stream + streamData->stream_index; 307 if (streamData->stream_index == 0 [all...] |
arith_routines_logist.c | 117 streamPtr = streamData->stream + streamData->stream_index; 204 /* calculate new stream_index */ 205 streamData->stream_index = streamPtr - streamData->stream; 252 streamPtr = streamData->stream + streamData->stream_index; 256 if (streamData->stream_index == 0) 404 streamData->stream_index = streamPtr + offset - streamData->stream; 410 return (streamData->stream_index*2 - 3 + !streamData->full); 412 return (streamData->stream_index*2 - 2 + !streamData->full);
|
encode.c | 104 ISACenc_obj->bitstr_obj.stream_index = 0; 225 arithLenBeforeEncodingDFT = (ISACenc_obj->bitstr_obj.stream_index << 1) + (1-ISACenc_obj->bitstr_obj.full); 281 while((((ISACenc_obj->bitstr_obj.stream_index) << 1) > payloadLimitBytes) || 329 arithLenDFTByte = (ISACenc_obj->bitstr_obj.stream_index << 1) + (1-ISACenc_obj->bitstr_obj.full) - arithLenBeforeEncodingDFT; 348 // we are here because the bit-stream did not fit into the buffer, in this case, the stream_index is not 379 ISACenc_obj->bitstr_obj.stream_index = transcodingParam.stream_index; 382 ISACenc_obj->bitstr_obj.stream[transcodingParam.stream_index-1] = transcodingParam.beforeLastWord; 383 ISACenc_obj->bitstr_obj.stream[transcodingParam.stream_index] = transcodingParam.lastWord; 388 arithLenBeforeEncodingDFT = (ISACenc_obj->bitstr_obj.stream_index << 1) + (1-ISACenc_obj->bitstr_obj.full) [all...] |
structs.h | 33 uint16_t stream_index; /* Index to the current position in bytestream */ member in struct:Bitstreamstruct_dec 46 uint16_t stream_index; /* Index to the current position in bytestream */ member in struct:Bitstreamstruct_enc 372 uint16_t stream_index; /* Index to the current position in bytestream */ member in struct:__anon27750
|
decode.c | 70 (ISACdec_obj->bitstr_obj).stream_index = 0;
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/test/ |
debugUtility.h | 67 obj->bitstr_obj.streamval, obj->bitstr_obj.stream_index); \
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
simulcast_encoder_adapter.cc | 440 int stream_index, 449 inst->simulcastStream[stream_index].numberOfTemporalLayers; 451 stream_codec->width = inst->simulcastStream[stream_index].width; 452 stream_codec->height = inst->simulcastStream[stream_index].height; 453 stream_codec->maxBitrate = inst->simulcastStream[stream_index].maxBitrate; 454 stream_codec->minBitrate = inst->simulcastStream[stream_index].minBitrate; 455 stream_codec->qpMax = inst->simulcastStream[stream_index].qpMax; 457 if (stream_index == 0) { 473 int stream_bitrate = GetStreamBitrate(stream_index, total_number_of_streams,
|
simulcast_encoder_adapter_unittest.cc | 249 void VerifyCodec(const VideoCodec& ref, int stream_index) { 251 helper_->factory()->encoders()[stream_index]->codec(); 290 void InitRefCodec(int stream_index, VideoCodec* ref_codec) { 293 kTestTemporalLayerProfile[stream_index]; 294 ref_codec->width = codec_.simulcastStream[stream_index].width; 295 ref_codec->height = codec_.simulcastStream[stream_index].height; 296 ref_codec->maxBitrate = codec_.simulcastStream[stream_index].maxBitrate; 297 ref_codec->minBitrate = codec_.simulcastStream[stream_index].minBitrate; 298 ref_codec->qpMax = codec_.simulcastStream[stream_index].qpMax;
|
simulcast_encoder_adapter.h | 104 int stream_index,
|
/external/webrtc/webrtc/modules/video_coding/ |
video_sender.cc | 310 int32_t VideoSender::IntraFrameRequest(int stream_index) { 312 if (stream_index < 0 || 313 static_cast<unsigned int>(stream_index) >= _nextFrameTypes.size()) { 316 _nextFrameTypes[stream_index] = kVideoFrameKey; 321 _nextFrameTypes[stream_index] = kVideoFrameDelta;
|
video_coding_impl.cc | 162 int32_t IntraFrameRequest(int stream_index) override { 163 return sender_.IntraFrameRequest(stream_index);
|
video_coding_impl.h | 91 int32_t IntraFrameRequest(int stream_index);
|
/external/opencv3/3rdparty/include/ffmpeg_/libavformat/ |
avformat.h | 151 * AVPacket.stream_index. This packet may be passed straight into the libavcodec 549 * stream component stream_index. 550 * @param stream_index Must not be -1. 556 int stream_index, int64_t timestamp, int flags); 559 * Get the next timestamp in stream[stream_index].time_base units. 562 int64_t (*read_timestamp)(struct AVFormatContext *s, int stream_index, 583 int (*read_seek2)(struct AVFormatContext *s, int stream_index, int64_t min_ts, int64_t ts, int64_t max_ts, int flags); 908 unsigned int *stream_index; member in struct:AVProgram [all...] |
avio.h | 108 * Seek to a given timestamp in stream with the specified stream_index. 112 int64_t (*read_seek)(void *opaque, int stream_index, 464 * @param stream_index The stream index that the timestamp is relative to. 465 * If stream_index is (-1) the timestamp should be in AV_TIME_BASE 467 * If a stream_index >= 0 is used and the protocol does not support 478 int64_t avio_seek_time(AVIOContext *h, int stream_index,
|
/external/webrtc/webrtc/modules/video_coding/include/ |
video_coding.h | 247 virtual int32_t IntraFrameRequest(int stream_index) = 0;
|
/external/libvncserver/client_examples/ |
vnc2mpg.c | 200 pkt.stream_index= st->index; 216 pkt.stream_index= st->index;
|
/external/google-breakpad/src/google_breakpad/processor/ |
minidump.h | 973 unsigned int stream_index; member in struct:google_breakpad::Minidump::MinidumpStreamInfo [all...] |
/external/google-breakpad/src/processor/ |
minidump.cc | [all...] |
/external/opencv3/modules/videoio/src/ |
cap_ffmpeg_impl.hpp | 686 if( packet.stream_index != video_stream ) [all...] |