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

  /external/chromium/net/websockets/
websocket_frame_handler.h 23 struct FrameInfo {
64 std::vector<FrameInfo>* frame_info);
  /external/libvpx/libvpx/test/
resize_test.cc 54 struct FrameInfo {
55 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h)
79 frame_info_list_.push_back(FrameInfo(pkt->data.frame.pts, w, h));
83 std::vector< FrameInfo > frame_info_list_;
90 for (std::vector<FrameInfo>::iterator info = frame_info_list_.begin();
  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 90 MachineFrameInfo *FrameInfo;
174 MachineFrameInfo *getFrameInfo() { return FrameInfo; }
175 const MachineFrameInfo *getFrameInfo() const { return FrameInfo; }
  /hardware/qcom/display/libhwcomposer/
hwc_mdpcomp.h 78 struct FrameInfo {
95 FrameInfo();
114 void updateCounts(const FrameInfo&);
173 struct FrameInfo mCurrentFrame;
hwc_mdpcomp.cpp 199 MDPComp::FrameInfo::FrameInfo() {
203 void MDPComp::FrameInfo::reset(const int& numLayers) {
224 void MDPComp::FrameInfo::map() {
254 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 497 const MachineFrameInfo *FrameInfo = MF->getFrameInfo();
503 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
508 if (FrameInfo->isSpillSlotObjectIndex(FI))
511 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
516 if (FrameInfo->isSpillSlotObjectIndex(FI))
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 280 milliseconds