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

  /external/chromium_org/native_client_sdk/src/libraries/error_handling/
error_handling.h 22 uint32_t frame_ptr; member in struct:__anon13536
error_handling.c 73 ssprintf(ss, "\"frame_ptr\": %u,\n", frame->frame_ptr);
78 start = frame->frame_ptr + 8;
80 start = frame->frame_ptr + 16;
100 ssprintf(ss, "\"frame_ptr\": %u\n", portable_context->frame_ptr);
111 frame->frame_ptr = portable_context->frame_ptr;
112 frame->next_ptr = EHReadPointer(portable_context->frame_ptr);
118 uintptr_t frame_ptr; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
stream.h 35 unsigned char *frame_ptr; member in struct:__anon38836