/external/bluetooth/hcidump/parser/ |
sdp.c | 245 static inline uint8_t parse_de_hdr(struct frame *frm, int *n) 269 static inline void print_int(uint8_t de_type, int level, int n, struct frame *frm, uint16_t *psm, uint8_t *channel) 321 static inline void print_uuid(int n, struct frame *frm, uint16_t *psm, uint8_t *channel) 368 static inline void print_string(int n, struct frame *frm, const char *name) 397 static inline void print_de(int, struct frame *frm, int *split, uint16_t *psm, uint8_t *channel); 399 static inline void print_des(uint8_t de_type, int level, int n, struct frame *frm, int *split, uint16_t *psm, uint8_t *channel) 406 static inline void print_de(int level, struct frame *frm, int *split, uint16_t *psm, uint8_t *channel) 449 static inline void print_srv_srch_pat(int level, struct frame *frm) 473 static inline void print_attr_id_list(int level, struct frame *frm) 515 static inline void print_attr_list(int level, struct frame *frm [all...] |
avctp.c | 39 void avctp_dump(int level, struct frame *frm)
|
ericsson.c | 33 void ericsson_dump(int level, struct frame *frm)
|
ppp.c | 101 static void hdlc_dump(int level, struct frame *frm) 132 static inline void unslip_frame(int level, struct frame *frm, int len) 134 struct frame msg; 167 void ppp_dump(int level, struct frame *frm)
|
/external/opencore/codecs_v2/omx/omx_aac/src/ |
omx_aac_component.cpp | 258 ipPorts[OMX_PORT_INPUTPORT_INDEX]->AudioAacParam.nFrameLength = 2048; // use HE_PS frame size as default 377 * a) first frame for ADIF format 379 * c) First frame after repositioning */ 387 //Reset the flag back to false, once timestamp has been updated from input frame 489 //Dequeue new output buffer to continue decoding the next frame 564 //In case of mono files keep the frame boundary more because decoder tries to write something beyond that level also 596 //Set the current timestamp to the output buffer timestamp for the first output frame, Later it will be done at the time of dequeue 666 * this indicates the input buffer contains less than a frame data that 681 // If first frame, it means that the config has an issue. [all...] |
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
avcenc_api.cpp | 145 /* reset frame list, not really needed */ 179 /* allocate frame size dependent structures */ 281 /* Purpose : To feed an unencoded original frame to the encoder library. */ 316 /* Let's rate control decide whether to encode this frame or not */ 325 //encvid->nextModTime = nextFrmModTime - (encvid->frameInterval>>1) - 1; /* between current and next frame */ 331 /* initialize and analyze the frame */ 486 if (status == AVCENC_SKIPPED_PICTURE) /* skip current frame */ 494 /* perform loop-filtering on the entire frame */ 497 /* update the original frame array */ 550 /* Purpose : To retrieve the most recently encoded frame. * [all...] |
/external/webkit/WebKit/chromium/src/ |
WebPageSerializerImpl.cpp | 57 // all saved sub-resource files (such as CSS, JavaScript files) and sub-frame 173 xmlEncoding = param->doc->frame()->loader()->encoding(); 434 WebPageSerializerImpl::WebPageSerializerImpl(WebFrame* frame, 448 ASSERT(frame); 449 m_specifiedWebFrameImpl = static_cast<WebFrameImpl*>(frame); 468 // First, process main frame. 470 // Return now if user only needs to serialize specified frame, not including 474 // Collect all frames inside the specified frame. 478 Document* currentDoc = currentFrame->frame()->document(); 499 // Get KURL for main frame [all...] |
/external/webkit/WebKit/mac/WebCoreSupport/ |
WebEditorClient.mm | 314 NSArray* WebEditorClient::pasteboardTypesForSelection(Frame* selectedFrame) 316 WebFrame* frame = kit(selectedFrame); 317 return [[[frame frameView] documentView] pasteboardTypesForSelection]; 523 Frame* frame = event->target()->toNode()->document()->frame(); 524 WebHTMLView *webHTMLView = [[kit(frame) frameView] documentView]; 531 Frame* frame = event->target()->toNode()->document()->frame(); [all...] |
/external/opencore/codecs_v2/video/avc_h264/common/include/ |
avcint_common.h | 82 #define MAX_FS (16+1) /* pre-defined size of frame store array */ 482 reference frame. 487 uint16 RefIdx; /* index used for reference frame */ 496 AVCPictureType picType; /* frame, top-field or bot-field */ 514 This structure contains information for frame storage. 521 int IsReference; /* 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used */ 522 int IsLongTerm; /* 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used */ 529 AVCPictureData frame; member in struct:tagFrameStore 534 int PicOrderCnt; /* of the frame, smaller of the 2 fields */ 544 NOTE:: In order to maintain contiguous memory space, memory equal to a single frame i [all...] |
/external/webkit/WebCore/rendering/ |
RenderLayerCompositor.cpp | 35 #include "Frame.h" 153 Frame* frame = m_renderView->frameView()->frame(); local 154 Page* page = frame ? frame->page() : 0; [all...] |
/frameworks/base/media/libstagefright/codecs/avc/common/include/ |
avcint_common.h | 79 #define MAX_FS (16+1) /* pre-defined size of frame store array */ 479 reference frame. 484 uint16 RefIdx; /* index used for reference frame */ 493 AVCPictureType picType; /* frame, top-field or bot-field */ 511 This structure contains information for frame storage. 518 int IsReference; /* 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used */ 519 int IsLongTerm; /* 0=not used for ref; 1=top used; 2=bottom used; 3=both fields (or frame) used */ 526 AVCPictureData frame; member in struct:tagFrameStore 531 int PicOrderCnt; /* of the frame, smaller of the 2 fields */ 541 NOTE:: In order to maintain contiguous memory space, memory equal to a single frame i [all...] |
/bionic/libc/arch-x86/bionic/ |
syscall.S | 11 * values from the calling frame (not all will actually be valid)
|
/cts/tests/src/android/widget/cts/ |
FrameLayoutStubActivity.java | 24 * A minimal application for frame layout test.
|
/dalvik/docs/opcodes/ |
opcode-27-throw.html | 43 A must be a valid register index in the current stack frame.
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ValueAwareMachine.java | 41 public void run(Frame frame, int offset, int opcode) { 160 frame.makeInitialized(thisType); 197 storeResults(frame);
|
/dalvik/libcore/xml/src/main/java/org/apache/xalan/templates/ |
ElemExsltFunction.java | 72 // Increment the frame bottom of the variable stack by the 73 // frame size 82 // have to clear the section of the stack frame that has params. 110 // Reset the stack frame after the function call
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INVOKE_METHOD_PREDICTED_CHAIN.S | 3 * the current one. If so setup the Dalvik frame and return to the
|
/external/dropbear/libtomcrypt/notes/ |
tech0005.txt | 16 -DLTC_HMAC -DYARROW -DMRSA -DMPI -DTFM_DESC -DARGTYPE=3 -Os -DLTC_SMALL_CODE -fomit-frame-pointer" make IGNORE_SPEED=1
|
/external/guava/javadoc/ |
stylesheet.css | 16 /* Font used in left-hand frame lists */
|
/external/jsr305/javadoc/ |
stylesheet.css | 16 /* Font used in left-hand frame lists */
|
/external/kernel-headers/original/asm-x86/ |
ptrace-abi.h | 46 /* cpu exception frame or undefined in case of fast syscall. */
|
/external/kernel-headers/original/linux/ |
msm_q6vdec.h | 148 u32 dec_width; /* frame roi width */ 149 u32 dec_height; /* frame roi height */ 150 struct vdec_cropping_window cwin; /* The frame cropping window */ 159 u32 interframe_interp; /* not for inter-frame interp */
|
/external/libffi/testsuite/libffi.call/ |
call.exp | 30 dg-runtest [lsort [glob -nocomplain $srcdir/$subdir/*.\[cS\]]] "-O2 -fomit-frame-pointer" ""
|
/external/opencore/android/ |
android_audio_stream.h | 52 // number of bytes in an input frame
|
/external/opencore/codecs_v2/omx/omx_mp3/src/ |
mp3_dec.cpp | 128 //If the input buffer has finished off, do not check the frame boundaries just return from here 135 //If the marker flag is not set, find out the frame boundaries 144 //This indicates the case of corrupt frame, discard input bytes equal to inputBufferMaxLength 186 //After decoding the first frame, update all the input & output port settings
|