PP_PictureBuffer_Dev  178 content/renderer/pepper/ppb_video_decoder_impl.cc     const PP_PictureBuffer_Dev* buffers) {
PP_PictureBuffer_Dev  186 content/renderer/pepper/ppb_video_decoder_impl.cc     PP_PictureBuffer_Dev in_buf = buffers[i];
PP_PictureBuffer_Dev   19 content/renderer/pepper/ppb_video_decoder_impl.h struct PP_PictureBuffer_Dev;
PP_PictureBuffer_Dev   46 content/renderer/pepper/ppb_video_decoder_impl.h       uint32_t no_of_buffers, const PP_PictureBuffer_Dev* buffers) OVERRIDE;
PP_PictureBuffer_Dev   99 ppapi/c/dev/pp_video_dev.h PP_COMPILE_ASSERT_STRUCT_SIZE_IN_BYTES(PP_PictureBuffer_Dev, 16);
PP_PictureBuffer_Dev  107 ppapi/c/dev/ppb_video_decoder_dev.h                                const struct PP_PictureBuffer_Dev buffers[]);
PP_PictureBuffer_Dev   41 ppapi/cpp/dev/video_decoder_dev.cc     const std::vector<PP_PictureBuffer_Dev>& buffers) {
PP_PictureBuffer_Dev   35 ppapi/cpp/dev/video_decoder_dev.h   void AssignPictureBuffers(const std::vector<PP_PictureBuffer_Dev>& buffers);
PP_PictureBuffer_Dev   44 ppapi/examples/video_decode/video_decode.cc   PP_PictureBuffer_Dev buffer;
PP_PictureBuffer_Dev  371 ppapi/examples/video_decode/video_decode.cc   std::vector<PP_PictureBuffer_Dev> buffers;
PP_PictureBuffer_Dev 2364 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c static void Pnacl_M14_PPB_VideoDecoder_Dev_AssignPictureBuffers(PP_Resource video_decoder, uint32_t no_of_buffers, const struct PP_PictureBuffer_Dev buffers[]) {
PP_PictureBuffer_Dev 4893 ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c     .AssignPictureBuffers = (void (*)(PP_Resource video_decoder, uint32_t no_of_buffers, const struct PP_PictureBuffer_Dev buffers[]))&Pnacl_M14_PPB_VideoDecoder_Dev_AssignPictureBuffers,
PP_PictureBuffer_Dev  150 ppapi/proxy/ppapi_messages.h IPC_STRUCT_TRAITS_BEGIN(PP_PictureBuffer_Dev)
PP_PictureBuffer_Dev 1086 ppapi/proxy/ppapi_messages.h                     std::vector<PP_PictureBuffer_Dev> /* picture buffers */)
PP_PictureBuffer_Dev   40 ppapi/proxy/ppb_video_decoder_proxy.cc       uint32_t no_of_buffers, const PP_PictureBuffer_Dev* buffers) OVERRIDE;
PP_PictureBuffer_Dev   92 ppapi/proxy/ppb_video_decoder_proxy.cc                                         const PP_PictureBuffer_Dev* buffers) {
PP_PictureBuffer_Dev   93 ppapi/proxy/ppb_video_decoder_proxy.cc   std::vector<PP_PictureBuffer_Dev> buffer_list(
PP_PictureBuffer_Dev  246 ppapi/proxy/ppb_video_decoder_proxy.cc     const std::vector<PP_PictureBuffer_Dev>& buffers) {
PP_PictureBuffer_Dev  249 ppapi/proxy/ppb_video_decoder_proxy.cc     const PP_PictureBuffer_Dev* buffer_array = &buffers.front();
PP_PictureBuffer_Dev   46 ppapi/proxy/ppb_video_decoder_proxy.h       const std::vector<PP_PictureBuffer_Dev>& buffers);
PP_PictureBuffer_Dev   24 ppapi/thunk/ppb_video_decoder_api.h                                     const PP_PictureBuffer_Dev* buffers) = 0;
PP_PictureBuffer_Dev   45 ppapi/thunk/ppb_video_decoder_thunk.cc                           const PP_PictureBuffer_Dev* buffers) {