/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
bitstream.cpp | 44 /* that the buffer is the frame-based buffer provided by */ 120 /* Purpose : Initialize the bitstream buffer for frame-based decoding. */ 127 /* set up frame-based bitstream buffer */ 184 /* frame-based decoding */ 202 /* frame-based decoding */ 225 /* frame-based decoding */ 247 /* frame-based decoding */ 266 /* frame-based decoding */ 280 /* frame-based decoding */ 297 /* frame-based decoding * [all...] |
/external/webkit/WebKit/mac/Carbon/ |
CarbonWindowAdapter.mm | 108 // Return an appropriate window frame class. 111 // There's only one appropriate window style, and only one appropriate window frame class. 199 // Set up from the frame rectangle. 341 // Update this window's frame and content frame rectangles to match the Carbon window's structure bounds and content bounds rectangles. Return yes if the update was really necessary, no otherwise. 363 // Set the frame rectangle of the border view and this window from the Carbon window's structure region bounds. 365 newWindowFrameRect.origin.y = NSMaxY([[[NSScreen screens] objectAtIndex:0] frame]) - windowStructureBoundsRect.bottom; 374 // Set the content view's frame rect from the Carbon window's content region bounds. 379 oldContentFrameRect = [_contentView frame]; 576 // There's no override of _setFrame:, despite the fact that NSWindow's modifies _frame, because it looks like it might work on Carbon windows as is. The synchronization of the Carbon window bounds rect to the Cocoa frame rect is done in the overrides of _oldPlaceWindow: and _windowMovedToRect: [all...] |
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
bitstream.cpp | 43 /* that the buffer is the frame-based buffer provided by */ 119 /* Purpose : Initialize the bitstream buffer for frame-based decoding. */ 126 /* set up frame-based bitstream buffer */ 181 /* frame-based decoding */ 199 /* frame-based decoding */ 222 /* frame-based decoding */ 244 /* frame-based decoding */ 263 /* frame-based decoding */ 277 /* frame-based decoding */ 294 /* frame-based decoding * [all...] |
/bionic/libc/include/net/ |
if_types.h | 76 #define IFT_FRELAY 0x20 /* Frame Relay DTE only */ 88 #define IFT_FRELAYDCE 0x2c /* Frame Relay DCE */ 197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */ 202 #define IFT_FRFORWARD 0x9e /* Frame forward Interface */ 207 #define IFT_FRF16MFRBUNDLE 0xa3 /* FRF.16 Multilik Frame Relay*/ 237 #define IFT_FRDLCIENDPT 0xc1 /* Frame Relay DLCI End Point */
|
/external/libffi/src/mips/ |
o32.S | 52 SUBU $sp, SIZEOF_FRAME # Frame size 54 REG_S $fp, FP_OFF($sp) # Save frame pointer 177 REG_L $fp, FP_OFF($sp) # Restore frame pointer 236 .frame $fp, SIZEOF_FRAME2, ra 244 REG_S $fp, FP_OFF2($sp) # Save frame pointer 299 REG_L $fp, FP_OFF2($sp) # Restore frame pointer
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/ |
c_g_aver.h | 145 Word16 lsp[], /* i : The LSP for the current frame Q15 */ 147 Word16 bfi, /* i : bad frame indication flag */ 148 Word16 prev_bf, /* i : previous bad frame indication flag */ 149 Word16 pdfi, /* i : potential degraded bad frame ind flag */ 150 Word16 prev_pdf, /* i : prev pot. degraded bad frame ind flag */ 152 Word16 voicedHangover, /* i : # of frames after last voiced frame */
|
ec_gains.h | 145 * limit gain_code if the previous frame was bad 151 Word16 bfi, /* i : flag: frame is bad */ 152 Word16 prev_bf, /* i : flag: previous frame was bad */ 190 * limit gain_pitch if the previous frame was bad 196 Word16 bfi, /* i : flag: frame is bad */ 197 Word16 prev_bf, /* i : flag: previous frame was bad */
|
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/enc/src/ |
ets_to_if2.cpp | 96 word. IF2 is the storage format where the frame type is in the first four bits 98 encoded speech bits for the frame. The following bytes contain the rest of 99 the encoded speech bits. The final byte has padded zeros to make the frame 109 AMR Speech Codec Frame Structure", 3GPP TS 26.101 version 4.1.0 Release 4, June 2001 197 /* First octet contains 3GPP frame type and */ 235 /* is the 3GPP frame type, MSnibble is zeroed out */
|
/external/opencore/extern_libs_v2/khronos/openmax/include/ |
OMX_Audio.h | 302 OMX_U32 nFrameLength; /**< Frame length (in audio samples per channel) of the codec. 406 OMX_U32 nBitsPerFrame; /**< is the value for bits per frame */ 407 OMX_U32 nSamplePerFrame; /**< is the value for samples per frame */ 534 /** AMR Frame format */ 536 OMX_AUDIO_AMRFrameFormatConformance = 0, /**< Frame Format is AMR Conformance 538 OMX_AUDIO_AMRFrameFormatIF1, /**< Frame Format is AMR Interface 540 OMX_AUDIO_AMRFrameFormatIF2, /**< Frame Format is AMR Interface 542 OMX_AUDIO_AMRFrameFormatFSF, /**< Frame Format is AMR File Storage 544 OMX_AUDIO_AMRFrameFormatRTPPayload, /**< Frame Format is AMR Real-Time 546 OMX_AUDIO_AMRFrameFormatITU, /**< Frame Format is ITU Format (added at Motorola request) */ [all...] |
/external/v8/test/cctest/ |
test-accessors.cc | 398 i::StackFrame* frame = iter.frame(); local 399 CHECK(i != 0 || (frame->type() == i::StackFrame::EXIT)); 400 CHECK(frame->code()->IsCode()); 401 i::Address pc = frame->pc(); 402 i::Code* code = frame->code();
|
/external/webkit/WebCore/html/ |
HTMLDocument.cpp | 64 #include "Frame.h" 82 HTMLDocument::HTMLDocument(Frame* frame) 83 : Document(frame, false, true) 159 if (Frame* focusedFrame = page->focusController()->focusedFrame()) { 160 if (focusedFrame->tree()->isDescendantOf(frame()))
|
/external/webkit/WebKit/chromium/src/ |
WebViewImpl.h | 54 class Frame; 119 virtual void setFocusedFrame(WebFrame* frame); 192 WebCore::Frame* focusedWebCoreFrame(); 213 // Returns the main frame associated with this view. This may be null when 287 // Tries to scroll a frame or any parent of a frame. Returns true if the view
|
/external/webkit/WebKitTools/DumpRenderTree/gtk/ |
LayoutTestControllerGtk.cpp | 50 bool webkit_web_frame_pause_animation(WebKitWebFrame* frame, const gchar* name, double time, const gchar* element); 51 bool webkit_web_frame_pause_transition(WebKitWebFrame* frame, const gchar* name, double time, const gchar* element); 52 bool webkit_web_frame_pause_svg_animation(WebKitWebFrame* frame, const gchar* name, double time, const gchar* element); 53 unsigned int webkit_web_frame_number_of_active_animations(WebKitWebFrame* frame); 57 gchar* webkit_web_frame_counter_value_for_element_by_id(WebKitWebFrame* frame, const gchar* id); 58 int webkit_web_frame_page_number_for_element_by_id(WebKitWebFrame* frame, const gchar* id, float pageWidth, float pageHeight);
|
/external/wpa_supplicant_6/wpa_supplicant/ |
wpas_glue.c | 89 * wpa_ether_send - Send Ethernet frame 93 * @buf: Frame payload starting from IEEE 802.1X header 94 * @len: Frame payload length 119 * This function adds Ethernet and IEEE 802.1X header and sends the EAPOL frame 155 "EAPOL frame"); 165 " last received EAPOL frame " MACSTR " as "
|
/frameworks/base/media/libstagefright/ |
MP3Extractor.cpp | 258 int32_t frame = U32_AT(buffer); local 259 // Samples per Frame: 1. index = MPEG Version ID, 2. index = Layer 274 *duration = (int64_t)frame * samplesPerFrames[id&1][3-layer] * 1000000LL 373 LOGV("found possible 1st frame at %ld (header = 0x%08x)", pos, header); 375 // We found what looks like a valid frame, 403 LOGV("found subsequent frame #%d at %ld", j + 2, test_pos);
|
/frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
c_g_aver.h | 145 Word16 lsp[], /* i : The LSP for the current frame Q15 */ 147 Word16 bfi, /* i : bad frame indication flag */ 148 Word16 prev_bf, /* i : previous bad frame indication flag */ 149 Word16 pdfi, /* i : potential degraded bad frame ind flag */ 150 Word16 prev_pdf, /* i : prev pot. degraded bad frame ind flag */ 152 Word16 voicedHangover, /* i : # of frames after last voiced frame */
|
ec_gains.h | 145 * limit gain_code if the previous frame was bad 151 Word16 bfi, /* i : flag: frame is bad */ 152 Word16 prev_bf, /* i : flag: previous frame was bad */ 190 * limit gain_pitch if the previous frame was bad 196 Word16 bfi, /* i : flag: frame is bad */ 197 Word16 prev_bf, /* i : flag: previous frame was bad */
|
/frameworks/base/media/libstagefright/codecs/amrnb/enc/src/ |
ets_to_if2.cpp | 96 word. IF2 is the storage format where the frame type is in the first four bits 98 encoded speech bits for the frame. The following bytes contain the rest of 99 the encoded speech bits. The final byte has padded zeros to make the frame 109 AMR Speech Codec Frame Structure", 3GPP TS 26.101 version 4.1.0 Release 4, June 2001 197 /* First octet contains 3GPP frame type and */ 235 /* is the 3GPP frame type, MSnibble is zeroed out */
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_Audio.h | 285 OMX_U32 nFrameLength; /**< Frame length (in audio samples per channel) of the codec.
389 OMX_U32 nBitsPerFrame; /**< is the value for bits per frame */
390 OMX_U32 nSamplePerFrame; /**< is the value for samples per frame */
517 /** AMR Frame format */
519 OMX_AUDIO_AMRFrameFormatConformance = 0, /**< Frame Format is AMR Conformance
521 OMX_AUDIO_AMRFrameFormatIF1, /**< Frame Format is AMR Interface
523 OMX_AUDIO_AMRFrameFormatIF2, /**< Frame Format is AMR Interface
525 OMX_AUDIO_AMRFrameFormatFSF, /**< Frame Format is AMR File Storage
527 OMX_AUDIO_AMRFrameFormatRTPPayload, /**< Frame Format is AMR Real-Time
529 OMX_AUDIO_AMRFrameFormatITU, /**< Frame Format is ITU Format (added at Motorola request) */ [all...] |
/ndk/build/platforms/android-3/arch-arm/usr/include/net/ |
if_types.h | 76 #define IFT_FRELAY 0x20 /* Frame Relay DTE only */ 88 #define IFT_FRELAYDCE 0x2c /* Frame Relay DCE */ 197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */ 202 #define IFT_FRFORWARD 0x9e /* Frame forward Interface */ 207 #define IFT_FRF16MFRBUNDLE 0xa3 /* FRF.16 Multilik Frame Relay*/ 237 #define IFT_FRDLCIENDPT 0xc1 /* Frame Relay DLCI End Point */
|
/ndk/build/platforms/android-4/arch-arm/usr/include/net/ |
if_types.h | 76 #define IFT_FRELAY 0x20 /* Frame Relay DTE only */ 88 #define IFT_FRELAYDCE 0x2c /* Frame Relay DCE */ 197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */ 202 #define IFT_FRFORWARD 0x9e /* Frame forward Interface */ 207 #define IFT_FRF16MFRBUNDLE 0xa3 /* FRF.16 Multilik Frame Relay*/ 237 #define IFT_FRDLCIENDPT 0xc1 /* Frame Relay DLCI End Point */
|
/ndk/build/platforms/android-5/arch-arm/usr/include/net/ |
if_types.h | 76 #define IFT_FRELAY 0x20 /* Frame Relay DTE only */ 88 #define IFT_FRELAYDCE 0x2c /* Frame Relay DCE */ 197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */ 202 #define IFT_FRFORWARD 0x9e /* Frame forward Interface */ 207 #define IFT_FRF16MFRBUNDLE 0xa3 /* FRF.16 Multilik Frame Relay*/ 237 #define IFT_FRDLCIENDPT 0xc1 /* Frame Relay DLCI End Point */
|
/ndk/build/platforms/android-5/arch-x86/usr/include/net/ |
if_types.h | 76 #define IFT_FRELAY 0x20 /* Frame Relay DTE only */ 88 #define IFT_FRELAYDCE 0x2c /* Frame Relay DCE */ 197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */ 202 #define IFT_FRFORWARD 0x9e /* Frame forward Interface */ 207 #define IFT_FRF16MFRBUNDLE 0xa3 /* FRF.16 Multilik Frame Relay*/ 237 #define IFT_FRDLCIENDPT 0xc1 /* Frame Relay DLCI End Point */
|
/ndk/build/platforms/android-8/arch-arm/usr/include/net/ |
if_types.h | 76 #define IFT_FRELAY 0x20 /* Frame Relay DTE only */ 88 #define IFT_FRELAYDCE 0x2c /* Frame Relay DCE */ 197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */ 202 #define IFT_FRFORWARD 0x9e /* Frame forward Interface */ 207 #define IFT_FRF16MFRBUNDLE 0xa3 /* FRF.16 Multilik Frame Relay*/ 237 #define IFT_FRDLCIENDPT 0xc1 /* Frame Relay DLCI End Point */
|
/ndk/build/platforms/android-8/arch-x86/usr/include/net/ |
if_types.h | 76 #define IFT_FRELAY 0x20 /* Frame Relay DTE only */ 88 #define IFT_FRELAYDCE 0x2c /* Frame Relay DCE */ 197 #define IFT_VOICEOVERFRAMERELAY 0x99 /* Voice Over Frame Relay */ 202 #define IFT_FRFORWARD 0x9e /* Frame forward Interface */ 207 #define IFT_FRF16MFRBUNDLE 0xa3 /* FRF.16 Multilik Frame Relay*/ 237 #define IFT_FRDLCIENDPT 0xc1 /* Frame Relay DLCI End Point */
|