HomeSort by relevance Sort by last modified time
    Searched defs:frameInfo (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
generic_decoder.cc 53 VCMFrameInformation* frameInfo;
57 frameInfo = static_cast<VCMFrameInformation*>(
62 if (frameInfo == NULL) {
70 frameInfo->decodeStartTimeMs,
75 decodedImage.set_render_time_ms(frameInfo->renderTimeMs);
105 int32_t VCMDecodedFrameCallback::Map(uint32_t timestamp, VCMFrameInformation* frameInfo)
108 return _timestampMap.Add(timestamp, frameInfo);
  /external/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 125 unw_proc_info_t frameInfo;
126 if (unw_get_proc_info(&cursor, &frameInfo) != UNW_ESUCCESS) {
133 uint32_t* unwindInfo = (uint32_t *) frameInfo.unwind_info;
148 unw_proc_info_t frameInfo;
151 unw_get_proc_info(&cursor, &frameInfo);
154 (long long)frameInfo.start_ip, functionName, (long long)frameInfo.lsda,
UnwindLevel1.c 51 unw_proc_info_t frameInfo;
53 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) {
65 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip))
72 exception_object, pc, frameInfo.start_ip, functionName,
73 frameInfo.lsda, frameInfo.handler);
78 if (frameInfo.handler != 0) {
80 (__personality_routine)(long)(frameInfo.handler);
146 unw_proc_info_t frameInfo;
    [all...]
Unwind-EHABI.cpp 466 unw_proc_info_t frameInfo;
467 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) {
479 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip))
486 exception_object, (long long)pc, (long long)frameInfo.start_ip,
487 functionName, (long long)frameInfo.lsda,
488 (long long)frameInfo.handler);
493 if (frameInfo.handler != 0) {
495 (__personality_routine)(long)(frameInfo.handler);
500 exception_object->pr_cache.fnstart = frameInfo.start_ip
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindLevel1-gcc-ext.c 125 unw_proc_info_t frameInfo;
128 unw_get_proc_info(&cursor, &frameInfo);
131 (long long)frameInfo.start_ip, functionName, (long long)frameInfo.lsda,
UnwindLevel1.c 52 unw_proc_info_t frameInfo;
54 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) {
66 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip))
73 exception_object, (long long)pc, (long long)frameInfo.start_ip, functionName,
74 (long long)frameInfo.lsda, (long long)frameInfo.handler);
79 if (frameInfo.handler != 0) {
81 (__personality_routine)(long)(frameInfo.handler);
146 unw_proc_info_t frameInfo;
    [all...]
Unwind-EHABI.cpp 432 unw_proc_info_t frameInfo;
434 if (unw_get_proc_info(&cursor1, &frameInfo) != UNW_ESUCCESS) {
446 UNW_ESUCCESS) || (frameInfo.start_ip + offset > frameInfo.end_ip))
453 exception_object, (long long)pc, (long long)frameInfo.start_ip,
454 functionName, (long long)frameInfo.lsda,
455 (long long)frameInfo.handler);
460 if (frameInfo.handler != 0) {
462 (__personality_routine)(long)(frameInfo.handler);
467 exception_object->pr_cache.fnstart = frameInfo.start_ip
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_capture/linux/
video_capture_linux.cc 470 VideoCaptureCapability frameInfo;
471 frameInfo.width = _currentWidth;
472 frameInfo.height = _currentHeight;
473 frameInfo.rawType = _captureVideoType;
477 buf.bytesused, frameInfo);
  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_recorder_impl.cc 503 AudioFrameFileInfo* frameInfo = _audioFramesToWrite.front();
505 frameInfo->_playoutTS.Ticks()) <
508 delete frameInfo;
522 AudioFrameFileInfo* frameInfo = _audioFramesToWrite.front();
523 if((TickTime::Now() - frameInfo->_playoutTS).Milliseconds() > 0)
525 _moduleFile->IncomingAudioData(frameInfo->_audioData,
526 frameInfo->_audioSize);
527 _writtenAudioMS += frameInfo->_audioMS;
528 delete frameInfo;
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_codec_sbc.h 156 OI_CODEC_SBC_FRAME_INFO frameInfo;
468 void OI_CODEC_SBC_DumpConfig(OI_CODEC_SBC_FRAME_INFO *frameInfo);
  /external/aac/libSBRdec/src/
env_extr.h 266 FRAME_INFO frameInfo; /*!< time grid for current frame */
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 482 milliseconds