Searched defs:pp (Results 276 - 300 of 696) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/remoting/protocol/
H A Djingle_session_manager.h18 namespace pp { namespace
20 } // namespace pp
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DMacroExpander.h18 namespace pp namespace
87 } // namespace pp
/external/chromium_org/third_party/libvpx/source/libvpx/examples/
H A Dpostproc.c107 vp8_postproc_cfg_t pp = {0, 0, 0}; local
109 if (vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp))
112 vp8_postproc_cfg_t pp = {VP8_DEBLOCK | VP8_DEMACROBLOCK | VP8_MFQE, local
114 if (vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp))
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dreconintra4x4.c147 unsigned char pp[9]; local
149 pp[0] = Left[3];
150 pp[1] = Left[2];
151 pp[2] = Left[1];
152 pp[3] = Left[0];
153 pp[4] = top_left;
154 pp[5] = Above[0];
155 pp[6] = Above[1];
156 pp[7] = Above[2];
157 pp[
181 unsigned char pp[9]; local
216 unsigned char *pp = Above; local
239 unsigned char pp[9]; local
273 unsigned char *pp = Left; local
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dscoped_ref_ptr.h131 void swap(T** pp) { argument
133 ptr_ = *pp;
134 *pp = p;
/external/chromium_org/third_party/webrtc/system_wrappers/interface/
H A Dscoped_refptr.h129 void swap(T** pp) { argument
131 ptr_ = *pp;
132 *pp = p;
/external/clang/lib/Rewrite/Frontend/
H A DHTMLPrint.cpp40 HTMLPrinter(raw_ostream *OS, Preprocessor &pp, argument
42 : Out(OS), PP(pp), SyntaxHighlight(_SyntaxHighlight),
/external/libvpx/libvpx/examples/
H A Dpostproc.c109 vp8_postproc_cfg_t pp = {0, 0, 0}; local
111 if (vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp))
114 vp8_postproc_cfg_t pp = {VP8_DEBLOCK | VP8_DEMACROBLOCK | VP8_MFQE, local
116 if (vpx_codec_control(&codec, VP8_SET_POSTPROC, &pp))
/external/libvpx/libvpx/vp8/common/
H A Dreconintra4x4.c147 unsigned char pp[9]; local
149 pp[0] = Left[3];
150 pp[1] = Left[2];
151 pp[2] = Left[1];
152 pp[3] = Left[0];
153 pp[4] = top_left;
154 pp[5] = Above[0];
155 pp[6] = Above[1];
156 pp[7] = Above[2];
157 pp[
181 unsigned char pp[9]; local
216 unsigned char *pp = Above; local
239 unsigned char pp[9]; local
273 unsigned char *pp = Left; local
[all...]
/external/webrtc/src/system_wrappers/interface/
H A Dscoped_refptr.h122 void swap(T** pp) { argument
124 ptr_ = *pp;
125 *pp = p;
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyKeyPairGenerator1.java48 public MyKeyPairGenerator1(String pp) { argument
49 super(pp);
/external/chromium_org/pdf/
H A Dcontrol.h14 namespace pp { namespace
30 virtual void Invalidate(uint32 control_id, const pp::Rect& rc) = 0;
35 virtual pp::Instance* GetInstance() = 0;
40 virtual bool Create(uint32 id, const pp::Rect& rc,
43 virtual void Paint(pp::ImageData* image_data, const pp::Rect& rc) {}
44 virtual bool HandleEvent(const pp::InputEvent& event);
49 virtual void PaintMultipleRects(pp::ImageData* image_data,
50 const std::list<pp::Rect>& rects);
54 virtual void MoveBy(const pp
[all...]
/external/chromium_org/ppapi/cpp/
H A Darray_output.h16 namespace pp { namespace
122 // void GetFiles(std::vector<pp::FileRef>* results) {
123 // ResourceArrayOutputAdapter<pp::FileRef> adapter(results);
189 // additionally converts PP_Var structs to pp::Var objects.
198 // const std::vector<pp::Var>& result = adapter.output().
207 // written by the browser to pp::Var objects.
270 } // namespace pp
H A Dcompletion_callback.h16 namespace pp { namespace
139 /// int32_t OpenURL(pp::URLLoader* loader,
140 /// pp::URLRequestInfo* url_request_info,
161 // FIXME(dmichael): Use pp::MessageLoop here once it's out of Dev.
273 } // namespace pp
H A Dfile_ref.cc14 namespace pp { namespace
221 } // namespace pp
H A Dgraphics_2d.cc17 namespace pp { namespace
155 } // namespace pp
H A Dmedia_stream_audio_track.cc14 namespace pp { namespace
64 pp::Var id(PASS_REF, get_interface<PPB_MediaStreamAudioTrack_0_1>()->GetId(
111 } // namespace pp
H A Dmedia_stream_video_track.cc14 namespace pp { namespace
84 pp::Var id(PASS_REF, get_interface<PPB_MediaStreamVideoTrack_1_0>()->GetId(
89 pp::Var id(PASS_REF, get_interface<PPB_MediaStreamVideoTrack_0_1>()->GetId(
167 } // namespace pp
/external/chromium_org/ppapi/cpp/dev/
H A Dtext_input_dev.cc13 namespace pp { namespace
108 } // namespace pp
H A Dtruetype_font_dev.cc18 namespace pp { namespace
156 } // namespace pp
H A Durl_util_dev.cc10 namespace pp { namespace
195 } // namespace pp
H A Dvideo_capture_dev.cc12 namespace pp { namespace
109 } // namespace pp
/external/chromium_org/ppapi/cpp/private/
H A Dfind_private.cc13 namespace pp { namespace
87 void Find_Private::SetTickmarks(const std::vector<pp::Rect>& tickmarks) {
99 } // namespace pp
H A Dflash_clipboard.cc15 namespace pp { namespace
118 // Convert vector of pp::Var into a vector of PP_Var.
140 // Convert vector of pp::Var into a vector of PP_Var.
162 // Convert vector of pp::Var into a vector of PP_Var.
204 } // namespace pp
H A Dflash_file.cc13 namespace pp { namespace
154 PP_FileHandle FileFileRef::OpenFile(const pp::FileRef& resource,
166 bool FileFileRef::QueryFile(const pp::FileRef& resource,
178 } // namespace pp

Completed in 657 milliseconds

<<11121314151617181920>>