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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
frameobject.h 16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
frameobject.h 16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */
  /external/ImageMagick/Magick++/lib/Magick++/
Montage.h 151 Geometry _frame; member in class:Magick::MontageFramed
  /external/python/cpython2/Include/
frameobject.h 16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */
  /external/python/cpython3/Include/
frameobject.h 17 typedef struct _frame { struct
19 struct _frame *f_back; /* previous frame, or NULL */
  /prebuilts/gdb/darwin-x86/include/python2.7/
frameobject.h 16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */
  /prebuilts/gdb/linux-x86/include/python2.7/
frameobject.h 16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
frameobject.h 16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
frameobject.h 16 typedef struct _frame { struct
18 struct _frame *f_back; /* previous frame, or NULL */
  /hardware/intel/common/libmix/mix_video/src/
mixframemanager.c 341 MixVideoFrame *_frame = (MixVideoFrame *) g_ptr_array_index(array, idx); local
342 if (_frame) {
344 if (mix_videoframe_get_timestamp(_frame, &timestamp)
352 mix_videoframe_unref(_frame);
377 MixVideoFrame *_frame = (MixVideoFrame *) g_ptr_array_index(array, lowest_timestamp_idx); local
382 frame = _frame;

Completed in 365 milliseconds