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

  /external/chromium/net/websockets/
websocket_frame_handler.h 23 struct FrameInfo {
64 std::vector<FrameInfo>* frame_info);
websocket_frame_handler.cc 41 std::vector<FrameInfo> frame_info;
89 const char* buffer, int size, std::vector<FrameInfo>* frame_info) {
94 FrameInfo frame;
websocket_frame_handler_unittest.cc 47 std::vector<WebSocketFrameHandler::FrameInfo> frames;
68 std::vector<WebSocketFrameHandler::FrameInfo> frames;
106 std::vector<WebSocketFrameHandler::FrameInfo> frames;
  /external/chromium_org/chrome/test/chromedriver/
session.h 27 struct FrameInfo {
28 FrameInfo(const std::string& parent_frame_id,
57 // List of |FrameInfo|s for each frame to the current target frame from the
60 std::list<FrameInfo> frames;
session.cc 16 FrameInfo::FrameInfo(const std::string& parent_frame_id,
70 frames.push_back(FrameInfo(parent_frame_id, frame_id, chromedriver_frame_id));
element_util.cc 586 for (std::list<FrameInfo>::reverse_iterator rit = session->frames.rbegin();
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_mdpcomp.h 78 struct FrameInfo {
95 FrameInfo();
114 void updateCounts(const FrameInfo&);
173 struct FrameInfo mCurrentFrame;
hwc_mdpcomp.cpp 204 MDPComp::FrameInfo::FrameInfo() {
208 void MDPComp::FrameInfo::reset(const int& numLayers) {
229 void MDPComp::FrameInfo::map() {
259 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
    [all...]
  /hardware/qcom/display/msm8974/libhwcomposer/
hwc_mdpcomp.h 83 struct FrameInfo {
100 FrameInfo();
119 void updateCounts(const FrameInfo&);
181 struct FrameInfo mCurrentFrame;
hwc_mdpcomp.cpp 181 MDPComp::FrameInfo::FrameInfo() {
185 void MDPComp::FrameInfo::reset(const int& numLayers) {
206 void MDPComp::FrameInfo::map() {
236 void MDPComp::LayerCache::updateCounts(const FrameInfo& curFrame) {
    [all...]
  /hardware/qcom/display/msm8x26/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/libvpx/libvpx/test/
resize_test.cc 123 struct FrameInfo {
124 FrameInfo(vpx_codec_pts_t _pts, unsigned int _w, unsigned int _h)
139 frame_info_list_.push_back(FrameInfo(pts, img.d_w, img.d_h));
142 std::vector< FrameInfo > frame_info_list_;
149 for (std::vector<FrameInfo>::iterator info = frame_info_list_.begin();
250 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; }
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 63 FrameInfo =
68 FrameInfo->ensureMaxAlignment(Fn->getAttributes().
104 FrameInfo->~MachineFrameInfo();
105 Allocator.Deallocate(FrameInfo);
332 FrameInfo->print(*this, OS);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 503 const MachineFrameInfo *FrameInfo = MF->getFrameInfo();
509 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
514 if (FrameInfo->isSpillSlotObjectIndex(FI))
517 if (FrameInfo->isSpillSlotObjectIndex(FI)) {
522 if (FrameInfo->isSpillSlotObjectIndex(FI))
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]

Completed in 581 milliseconds