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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/delay_tool/
parse_delay_file.m 74 temp_ts = fread(fid, 1, 'uint32');
78 while (temp_ix >= 1) && (rtpts(temp_ix) ~= temp_ts)
95 rtpts(temp_ix) = temp_ts;
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
packet_buffer_unittest.cc 400 uint32_t temp_ts; local
401 EXPECT_EQ(PacketBuffer::kBufferEmpty, buffer->NextTimestamp(&temp_ts));
403 buffer->NextHigherTimestamp(0, &temp_ts));
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Dec_Utils.c     [all...]
OMX_Mp3Decoder.c 331 pComponentPrivate->temp_TS = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c     [all...]
OMX_AmrDecoder.c 352 pComponentPrivate->temp_TS = 0;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 769 OMX_S64 temp_TS;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 831 OMX_TICKS temp_TS;
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h 936 OMX_TICKS temp_TS;
    [all...]

Completed in 3935 milliseconds