HomeSort by relevance Sort by last modified time
    Searched full:subframes (Results 1 - 25 of 72) sorted by null

1 2 3

  /external/webkit/LayoutTests/http/tests/appcache/resources/
subframe-3.html 1 <html manifest="subframes-3.manifest">
subframe-4.html 1 <html manifest="subframes-4.manifest">
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
int_lpc.c 20 * Description:Interpolation of the LP parameters in 4 subframes. *
36 Word16 Az[] /* output: LP coefficients in 4 subframes */
  /external/webkit/WebCore/loader/archive/
ArchiveResourceCollection.cpp 51 const Vector<RefPtr<Archive> >& subframes = archive->subframeArchives(); local
52 Vector<RefPtr<Archive> >::const_iterator iFrame = subframes.begin();
53 Vector<RefPtr<Archive> >::const_iterator endFrame = subframes.end();
  /external/webkit/WebKit/mac/WebView/
WebArchive.h 42 @discussion WebArchive represents a main resource as well as all the subresources and subframes associated with the main resource.
58 @param subframeArchives The archives representing the subframes of the archive (can be nil).
85 @result The archives representing the subframes of the archive (can be nil).
WebClipView.m 62 // a WebHTMLView. Here we do it for subframes, which use WebClipView.
  /external/webkit/LayoutTests/http/tests/appcache/
top-frame-1.html 1 <html manifest="resources/subframes-1.manifest">
top-frame-2.html 1 <html manifest="resources/subframes-2.manifest">
top-frame-3.html 1 <html manifest="resources/subframes-3.manifest">
top-frame-4.html 1 <html manifest="resources/subframes-4.manifest">
  /external/webkit/WebCore/platform/android/
ScrollViewAndroid.cpp 58 // This makes subframes draw correctly, since subframes cannot scroll.
71 if (parent()) // don't attempt to scroll subframes; they're fully visible
78 if (parent()) // no scrollbar for the subframes
  /external/webkit/WebKit/win/Interfaces/
IWebArchive.idl 37 @discussion WebArchive represents a main resource as well as all the subresources and subframes associated with the main resource.
55 @param subframeArchives The archives representing the subframes of the archive (can be nil).
95 @result The archives representing the subframes of the archive (can be nil).
  /frameworks/base/media/libstagefright/codecs/amrnb/common/include/
int_lpc.h 108 * Description : The 20 ms speech frame is divided into 4 subframes.
110 * 4th subframes (twice per frame) and interpolated at the
152 in subframes 1 and 3 (AZ_SIZE) */
162 * Description : The 20 ms speech frame is divided into 4 subframes.
164 * subframes (once per frame) and interpolated at the
  /frameworks/base/media/libstagefright/codecs/amrwb/src/
interpolate_isp.cpp 50 int16 Az[] output: LP coefficients in 4 subframes
56 Interpolation of the LP parameters in 4 subframes
119 int16 Az[] /* output: LP coefficients in 4 subframes */
  /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/
dec_lag3.cpp 68 used in 2nd and 4th subframes
97 The fractional lag in 1st and 3rd subframes is encoded with 8 bits
98 while that in 2nd and 4th subframes is relatively encoded with 4, 5
191 used in 2nd and 4th subframes */
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
pre_big.cpp 52 Big subframe (2 subframes) preprocessing
99 A_t = array of type Word16 -- A(z) unquantized, for 4 subframes, Q12
163 Word16 A_t[], /* i : A(z) unquantized, for 4 subframes, Q12 */
195 /* process two subframes (which form the "big" subframe) */
spreproc.cpp 106 A -- Pointer to Word16 -- A(z) unquantized for the 4 subframes
107 Aq -- Pointer to Word16 -- A(z) quantized for the 4 subframes
176 Word16 *A, /* i : A(z) unquantized for the 4 subframes */
177 Word16 *Aq, /* i : A(z) quantized for the 4 subframes */
cod_amr.cpp 822 Word16 A_t[(MP1) * 4]; // A(z) unquantized for the 4 subframes
823 Word16 Aq_t[(MP1) * 4]; // A(z) quantized for the 4 subframes
898 * subframes (both quantized and unquantized) *
945 * - Find the open-loop pitch delay for first 2 subframes *
947 * - Find the open-loop pitch delay for last 2 subframes *
967 // Find open loop pitch lag for two subframes
    [all...]
spreproc.h 113 Word16 *A, /* i : A(z) unquantized for the 4 subframes */
114 Word16 *Aq, /* i : A(z) quantized for the 4 subframes */
enc_lag3.cpp 119 * First and third subframes:
132 * Second and fourth subframes:
134 * For the 2nd and 4th subframes a resolution of 1/3 is always used,
enc_lag6.cpp 120 First and third subframes:
133 Second and fourth subframes:
135 For the 2nd and 4th subframes a resolution of 1/6 is always used,
  /external/webkit/WebCore/platform/mac/
WidgetMac.mm 202 // Transparent subframes are in fact implemented with scroll views that return YES from -drawsBackground (whenever the WebView
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
int_lpc.cpp 125 Description : The 20 ms speech frame is divided into 4 subframes.
127 4th subframes (twice per frame) and interpolated at the
318 in subframes 1 and 3 (AZ_SIZE) */
368 all subframes.
387 The 20 ms speech frame is divided into 4 subframes.
  /external/webkit/WebCore/platform/wx/
ScrollViewWx.cpp 319 // used for subframes support
  /external/webkit/WebKit/wx/
WebFrame.cpp 98 // Subframes expect to be added to the FrameTree before init is called.

Completed in 369 milliseconds

1 2 3