HomeSort by relevance Sort by last modified time
    Searched refs:ReadPod (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chromecast/media/cma/ipc_streamer/
audio_decoder_config_marshaller.cc 43 CHECK(msg->ReadPod(&codec));
44 CHECK(msg->ReadPod(&channel_layout));
45 CHECK(msg->ReadPod(&samples_per_second));
46 CHECK(msg->ReadPod(&sample_format));
47 CHECK(msg->ReadPod(&is_encrypted));
48 CHECK(msg->ReadPod(&extra_data_size));
video_decoder_config_marshaller.cc 29 CHECK(msg->ReadPod(&w));
30 CHECK(msg->ReadPod(&h));
46 CHECK(msg->ReadPod(&x));
47 CHECK(msg->ReadPod(&y));
48 CHECK(msg->ReadPod(&w));
49 CHECK(msg->ReadPod(&h));
84 CHECK(msg->ReadPod(&codec));
85 CHECK(msg->ReadPod(&profile));
86 CHECK(msg->ReadPod(&format));
90 CHECK(msg->ReadPod(&is_encrypted))
    [all...]
decrypt_config_marshaller.cc 42 CHECK(msg->ReadPod(&key_id_size));
49 CHECK(msg->ReadPod(&iv_size));
56 CHECK(msg->ReadPod(&subsample_count));
63 CHECK(msg->ReadPod(&subsamples[k].clear_bytes));
64 CHECK(msg->ReadPod(&subsamples[k].cypher_bytes));
decoder_buffer_base_marshaller.cc 70 CHECK(msg_->ReadPod(&is_eos_));
75 CHECK(msg_->ReadPod(&pts_internal));
79 CHECK(msg_->ReadPod(&has_decrypt_config));
83 CHECK(msg_->ReadPod(&data_size_));
  /external/chromium_org/chromecast/media/cma/ipc/
media_message_unittest.cc 70 EXPECT_TRUE(msg2->ReadPod(&v1));
74 EXPECT_TRUE(msg2->ReadPod(&v2));
116 EXPECT_TRUE(msg2->ReadPod(&v2));
118 EXPECT_TRUE(msg2->ReadPod(&v2));
120 EXPECT_FALSE(msg2->ReadPod(&v2));
media_message.h 100 template<typename T> bool ReadPod(T* pod) {

Completed in 1819 milliseconds