HomeSort by relevance Sort by last modified time
    Searched refs:FRAME (Results 26 - 50 of 88) sorted by null

12 3 4

  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_dpb.c 113 if(active_fs->frame.used_for_reference)
117 if(viddec_h264_get_dec_structure(active_fs) == FRAME)
131 if(viddec_h264_get_dec_structure(active_fs) == FRAME) {
448 if (pInfo->SliceHeader.structure == FRAME)
455 if((viddec_h264_get_is_used(active_fs) == 3)&&(active_fs->frame.used_for_reference == 3))
462 active_fs->frame.pic_num = active_fs->frame_num_wrap;
464 // Use this opportunity to sort list for a p-frame
468 list_sort_number[list0idx] = active_fs->frame.pic_num;
478 p_dpb->listX_0[idx] = (sort_fs_idc[idx]); // frame
487 if ((viddec_h264_get_is_used(active_fs) == 3) && (viddec_h264_get_is_long_term(active_fs) == 3) && (active_fs->frame.used_for_reference == 3)
    [all...]
h264parse.c 76 // 1) Start of Frame (in case of context switch)
428 if (cur_slice.structure != FRAME)
536 if((pInfo->img.structure == FRAME) || (pInfo->img.second_field)) {
561 // 1) Update old slice structure for frame boundary detection
667 } ///// End of init new frame
673 //update frame type
674 if(pInfo->img.structure == FRAME)
h264parse_sh.c 73 SliceHeader->structure = FRAME;
93 if(SliceHeader->structure == FRAME) {
690 // frame indices.
viddec_h264_workload.c 36 #define PUT_BSD_SS_SKIP_FS_IDC_BITS(w) ((((uint32_t)w)&0x3f)<<16) // [5:0], [4:0] frame store idc, [5] - 0: top-filed, 1: bottom field
136 if(pInfo->push_to_cur) //cur is empty, fill new frame in cur
147 /////////update frame type
321 if(pInfo->push_to_cur) //cur is empty, fill new frame in cur
348 if(pInfo->push_to_cur) //cur is empty, fill new frame in cur
366 if(pInfo->push_to_cur) //cur is empty, fill new frame in cur
452 if(pInfo->push_to_cur) { //cur is empty, fill new frame in cur
474 if(pInfo->push_to_cur) { //cur is empty, fill new frame in cur
488 if(pInfo->push_to_cur) { //cur is empty, fill new frame in cur
522 if(frame_structure == FRAME)
    [all...]
mix_vbp_h264_stubs.c 34 if(pInfo->Is_first_frame_in_stream) //new stream, fill new frame in cur
42 else // move to next for new frame
190 if(pInfo->push_to_cur) //cur is empty, fill new frame in cur
208 if(pInfo->push_to_cur) //cur is empty, fill new frame in cur
249 if(pInfo->push_to_cur) { //cur is empty, fill new frame in cur
258 if(pInfo->push_to_cur) //cur is empty, fill new frame in cur
302 if(pInfo->push_to_cur) //cur is empty, fill new frame in cur
322 ///////////////////////// Frame attributes//////////////////////////
324 //Push data into current workload if first frame or frame_boundary already detected by non slice nal
334 else // move to cur if frame boundary detected by previous non slice nal, or move to next if no
    [all...]
  /external/libavc/common/
ih264_defs.h 114 * @enum FRAME-FIELD types
122 FRAME,
458 /* Reference frame defs */
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
FrameNode.java 41 * A node that represents a stack map frame. These nodes are pseudo instruction
46 * The stack map frame types must describe the values of the local variables and
56 * The type of this frame. Must be {@link Opcodes#F_NEW} for expanded
64 * The types of the local variables of this stack map frame. Elements of
72 * The types of the operand stack elements of this stack map frame. Elements
86 * @param type the type of this frame. Must be {@link Opcodes#F_NEW} for
91 * @param nLocal number of local variables of this stack map frame.
92 * @param local the types of the local variables of this stack map frame.
96 * @param nStack number of operand stack elements of this stack map frame.
98 * frame. Elements of this list can be Integer, String or LabelNode
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/
html.js 68 FRAME: 'frame',
201 SPECIAL_ELEMENTS[NS.HTML][$.FRAME] = true;
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/
vbp_h264_parser.c 251 if (FRAME == curr_picture_structure)
253 if (FRAME != viddec_h264_get_dec_structure(store))
255 WTRACE("Reference picture structure is not frame for current frame picture!");
258 pic->TopFieldOrderCnt = store->frame.poc;
259 pic->BottomFieldOrderCnt = store->frame.poc;
263 if (FRAME == viddec_h264_get_dec_structure(store))
265 WTRACE("reference picture structure is frame for current field picture!");
449 /* ITRACE("short term frame in dpb %d", dpb->ref_frames_in_buffer); */
455 WTRACE("Frame index is out of bound.")
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
fixup7bug.s 9 .CALLINFO FRAME=192,CALLS,SAVE_RP
160 .CALLINFO FRAME=192,CALLS,SAVE_RP
324 .CALLINFO FRAME=128,CALLS,SAVE_RP
359 .CALLINFO FRAME=192,CALLS,SAVE_RP
519 .CALLINFO FRAME=128,CALLS,SAVE_RP
554 .CALLINFO FRAME=192,CALLS,SAVE_RP
714 .CALLINFO FRAME=128,CALLS,SAVE_RP
750 .CALLINFO FRAME=128,CALLS,SAVE_RP
814 .CALLINFO FRAME=128,CALLS,SAVE_RP
867 .CALLINFO FRAME=192,CALLS,SAVE_R
    [all...]
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/serialization/
serializer.js 96 tn !== $.COL && tn !== $.EMBED && tn !== $.FRAME && tn !== $.HR && tn !== $.IMG && tn !== $.INPUT &&
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CameraStreamer.java 216 throw new RuntimeException("Attempting to grab camera frame from unknown "
340 throw new RuntimeException("Attempting to grab camera frame from unknown "
599 // Server frame has been updated already, simply inform clients here.
623 // Convert pixels into target frame
749 public static final int FRAME = 2;
821 /** The platform-dependent camera frame handler. */
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
Analyzer.java 66 private Frame[] frames;
91 * @return the symbolic state of the execution stack frame at each bytecode
94 * given frame is <tt>null</tt> if and only if the corresponding
98 public Frame[] analyze(final String owner, final MethodNode m)
102 frames = new Frame[0];
108 frames = new Frame[n];
152 Frame current = newFrame(m.maxLocals, m.maxStack);
153 Frame handler = newFrame(m.maxLocals, m.maxStack);
174 Frame f = frames[insn];
185 || insnType == AbstractInsnNode.FRAME)
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
asm-tree-3.3.jar 
  /prebuilts/devtools/tools/lib/
asm-tree-4.0.jar 
asm-tree-5.0.3.jar 
  /prebuilts/tools/common/asm-tools/
asm-tree-4.0.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-tree/3.3/
asm-tree-3.3.jar 
  /prebuilts/tools/common/m2/repository/asm/asm-tree/3.3.1/
asm-tree-3.3.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.1/
asm-tree-5.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.3/
asm-tree-5.0.3.jar 
  /prebuilts/tools/common/m2/repository/org/ow2/asm/asm-tree/5.0.4/
asm-tree-5.0.4.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-tree/4.0/
asm-tree-4.0.jar 
  /prebuilts/tools/common/offline-m2/org/ow2/asm/asm-tree/5.0.3/
asm-tree-5.0.3.jar 

Completed in 414 milliseconds

12 3 4