HomeSort by relevance Sort by last modified time
    Searched defs:decode_id (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ppapi/c/
pp_codecs.h 68 * which Decode call generated the picture using |decode_id|.
72 * |decode_id| parameter of the Decode call which generated this picture.
75 uint32_t decode_id; member in struct:PP_VideoPicture
  /external/chromium_org/ppapi/proxy/
video_decoder_resource.h 55 virtual int32_t Decode(uint32_t decode_id,
99 Picture(int32_t decode_id, uint32_t texture_id);
102 int32_t decode_id; member in struct:ppapi::proxy::VideoDecoderResource::Picture
119 int32_t decode_id,
video_decoder_resource_unittest.cc 251 int32_t* decode_id) {
258 msg, shm_id, size, decode_id);
401 int32_t decode_id; local
407 CheckDecodeMsg(&params, &shm_id, &decode_size, &decode_id);
412 ASSERT_EQ(uid, decode_id);
418 CheckDecodeMsg(&params, &shm_id, &decode_size, &decode_id);
448 ASSERT_EQ(kDecodeId, picture.decode_id);
457 ASSERT_EQ(kDecodeId, picture.decode_id);
475 int32_t decode_id; local
476 CheckDecodeMsg(&params, &shm_id, &decode_size, &decode_id);
559 int32_t decode_id; local
    [all...]
  /external/chromium_org/content/renderer/pepper/
video_decoder_shim.cc 32 PendingDecode(uint32_t decode_id,
36 const uint32_t decode_id; member in struct:content::VideoDecoderShim::PendingDecode
41 uint32_t decode_id,
43 : decode_id(decode_id), buffer(buffer) {
50 explicit PendingFrame(uint32_t decode_id);
51 PendingFrame(uint32_t decode_id,
56 const uint32_t decode_id; member in struct:content::VideoDecoderShim::PendingFrame
66 VideoDecoderShim::PendingFrame::PendingFrame(uint32_t decode_id)
67 : decode_id(decode_id)
    [all...]

Completed in 249 milliseconds