Searched refs:channel_size (Results 1 – 9 of 9) sorted by relevance
/external/pdfium/third_party/libopenjpeg20/ |
D | jp2.c | 824 opj_free(color->jp2_pclr->channel_size); in opj_jp2_free_pclr() 959 OPJ_BYTE *channel_size, *channel_sign; in opj_jp2_apply_pclr() local 967 channel_size = color->jp2_pclr->channel_size; in opj_jp2_apply_pclr() 1003 new_comps[i].prec = channel_size[i]; in opj_jp2_apply_pclr() 1059 OPJ_BYTE *channel_size, *channel_sign; in opj_jp2_read_pclr() local 1100 channel_size = (OPJ_BYTE*) opj_malloc(nr_channels); in opj_jp2_read_pclr() 1101 if (!channel_size) in opj_jp2_read_pclr() 1110 opj_free(channel_size); in opj_jp2_read_pclr() 1118 opj_free(channel_size); in opj_jp2_read_pclr() 1124 jp2_pclr->channel_size = channel_size; in opj_jp2_read_pclr() [all …]
|
D | jp2.h | 125 OPJ_BYTE *channel_size; member
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | audio_file_processor.cc | 162 static_cast<size_t>(msg.channel_size())); in HandleMessage() 164 for (int i = 0; i < msg.channel_size(); ++i) { in HandleMessage()
|
D | debug_dump_test.cc | 359 ASSERT_GT(msg.channel_size(), 0); in OnReverseStreamEvent() 361 static_cast<size_t>(msg.channel_size())); in OnReverseStreamEvent() 365 for (int i = 0; i < msg.channel_size(); ++i) { in OnReverseStreamEvent()
|
D | unpack.cc | 115 } else if (msg.channel_size() > 0) { in do_main()
|
D | process_test.cc | 656 ASSERT_TRUE(msg.has_data() ^ (msg.channel_size() > 0)); in void_main() 662 for (int i = 0; i < msg.channel_size(); ++i) { in void_main()
|
D | audio_processing_unittest.cc | 1748 if (msg.channel_size() > 0) { in ProcessDebugDump() 1750 static_cast<size_t>(msg.channel_size())); in ProcessDebugDump() 1751 for (int i = 0; i < msg.channel_size(); ++i) { in ProcessDebugDump()
|
/external/ImageMagick/coders/ |
D | psd.c | 2660 channel_size, in WritePSDImage() local 2876 channel_size=(unsigned int) ((packet_size*next_image->rows* in WritePSDImage() 2884 (void) SetPSDSize(&psd_info,image,channel_size); in WritePSDImage() 2888 (void) SetPSDSize(&psd_info,image,channel_size); in WritePSDImage() 2897 (void) SetPSDSize(&psd_info,image,channel_size); in WritePSDImage() 2899 (void) SetPSDSize(&psd_info,image,channel_size); in WritePSDImage() 2901 (void) SetPSDSize(&psd_info,image,channel_size); in WritePSDImage() 2905 (void) SetPSDSize(&psd_info,image,channel_size); in WritePSDImage() 2913 (void) SetPSDSize(&psd_info,image,channel_size); in WritePSDImage() 2915 (void) SetPSDSize(&psd_info,image,channel_size); in WritePSDImage() [all …]
|
/external/webrtc/webrtc/modules/audio_processing/ |
D | audio_processing_impl.cc | 629 const size_t channel_size = in ProcessStream() local 633 msg->add_input_channel(src[i], channel_size); in ProcessStream() 644 const size_t channel_size = in ProcessStream() local 648 msg->add_output_channel(dest[i], channel_size); in ProcessStream() 898 const size_t channel_size = in AnalyzeReverseStreamLocked() local 902 msg->add_channel(src[i], channel_size); in AnalyzeReverseStreamLocked()
|