OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Pictures
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/common/gpu/media/
h264_dpb.h
64
// Stores decoded
pictures
that will be used for future display
74
// Remove unused (not reference and already outputted)
pictures
from DPB
87
// Return the number of reference
pictures
in DPB.
90
// Mark all
pictures
in DPB as unused for reference.
103
// Append all
pictures
that have not been outputted yet to the passed |out|
107
// Append all short term reference
pictures
to the passed |out| vector.
110
// Append all long term reference
pictures
to the passed |out| vector.
115
typedef ScopedVector<H264Picture>
Pictures
;
116
Pictures
::iterator begin() { return pics_.begin(); }
117
Pictures
::iterator end() { return pics_.end();
[
all
...]
h264_dpb.cc
28
for (
Pictures
::iterator it = pics_.begin(); it != pics_.end(); ++it) {
38
for (
Pictures
::iterator it = pics_.begin(); it != pics_.end(); ) {
vaapi_h264_decoder.cc
164
H264DPB::
Pictures
::reverse_iterator rit;
293
// Init reference
pictures
' array.
720
for (H264DPB::
Pictures
::iterator it = dpb_.begin(); it != dpb_.end(); ++it) {
918
// Reorder
pictures
on the list in a way specified in the stream.
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
Pictures.java
28
public class
Pictures
extends GraphicsActivity {
48
canvas.drawText("
Pictures
", 60, 60, p);
/external/chromium_org/third_party/skia/src/sfnt/
SkPanose.h
529
((
Pictures
, 3))
/external/skia/src/sfnt/
SkPanose.h
529
((
Pictures
, 3))
/external/chromium_org/third_party/usb_ids/
usb.ids
[
all
...]
/cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
Completed in 238 milliseconds