OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PP_PictureBuffer_Dev
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/ppapi/c/dev/
pp_video_dev.h
83
struct
PP_PictureBuffer_Dev
{
99
PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(
PP_PictureBuffer_Dev
, 16);
ppb_video_decoder_dev.h
106
const struct
PP_PictureBuffer_Dev
buffers[]);
/external/chromium_org/ppapi/thunk/
ppb_video_decoder_api.h
24
const
PP_PictureBuffer_Dev
* buffers) = 0;
ppb_video_decoder_thunk.cc
45
const
PP_PictureBuffer_Dev
* buffers) {
/external/chromium_org/ppapi/cpp/dev/
video_decoder_dev.h
35
void AssignPictureBuffers(const std::vector<
PP_PictureBuffer_Dev
>& buffers);
video_decoder_dev.cc
41
const std::vector<
PP_PictureBuffer_Dev
>& buffers) {
/external/chromium_org/content/renderer/pepper/
ppb_video_decoder_impl.h
19
struct
PP_PictureBuffer_Dev
;
46
uint32_t no_of_buffers, const
PP_PictureBuffer_Dev
* buffers) OVERRIDE;
ppb_video_decoder_impl.cc
178
const
PP_PictureBuffer_Dev
* buffers) {
186
PP_PictureBuffer_Dev
in_buf = buffers[i];
/external/chromium_org/ppapi/api/dev/
pp_video_dev.idl
64
struct
PP_PictureBuffer_Dev
{
ppb_video_decoder_dev.idl
93
[in, size_as=no_of_buffers]
PP_PictureBuffer_Dev
[] buffers);
/external/chromium_org/ppapi/proxy/
ppb_video_decoder_proxy.h
46
const std::vector<
PP_PictureBuffer_Dev
>& buffers);
ppb_video_decoder_proxy.cc
40
uint32_t no_of_buffers, const
PP_PictureBuffer_Dev
* buffers) OVERRIDE;
92
const
PP_PictureBuffer_Dev
* buffers) {
93
std::vector<
PP_PictureBuffer_Dev
> buffer_list(
243
const std::vector<
PP_PictureBuffer_Dev
>& buffers) {
246
const
PP_PictureBuffer_Dev
* buffer_array = &buffers.front();
ppapi_messages.h
140
IPC_STRUCT_TRAITS_BEGIN(
PP_PictureBuffer_Dev
)
[
all
...]
/external/chromium_org/ppapi/examples/video_decode/
video_decode.cc
44
PP_PictureBuffer_Dev
buffer;
370
std::vector<
PP_PictureBuffer_Dev
> buffers;
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
pnacl_shim.c
[
all
...]
Completed in 4537 milliseconds