Searched refs:controlFlags (Results 1 – 3 of 3) sorted by relevance
1117 UINT nSamples, UINT controlFlags, int numInputChannels, in SpatialDecApplyParameterSets() argument1130 int bypassMode = (controlFlags & MPEGS_BYPASSMODE) ? 1 : 0; in SpatialDecApplyParameterSets()1412 int controlFlags; in SpatialDecApplyFrame() local1420 controlFlags = *pControlFlags; in SpatialDecApplyFrame()1431 controlFlags |= MPEGS_CONCEAL; in SpatialDecApplyFrame()1449 controlFlags |= MPEGS_CONCEAL; in SpatialDecApplyFrame()1459 controlFlags |= MPEGS_CONCEAL; in SpatialDecApplyFrame()1465 (controlFlags & MPEGS_CONCEAL) in SpatialDecApplyFrame()1476 if (controlFlags & MPEGS_CONCEAL) { in SpatialDecApplyFrame()1489 controlFlags |= MPEGS_CONCEAL; in SpatialDecApplyFrame()[all …]
1519 UINT initControlFlags = 0, controlFlags = 0; in mpegSurroundDecoder_Apply() local1567 controlFlags |= MPEGS_CONCEAL; in mpegSurroundDecoder_Apply()1578 controlFlags |= MPEGS_CONCEAL; in mpegSurroundDecoder_Apply()1584 controlFlags |= MPEGS_CONCEAL; in mpegSurroundDecoder_Apply()1599 controlFlags |= MPEGS_BYPASSMODE; in mpegSurroundDecoder_Apply()1648 controlFlags |= MPEGS_CONCEAL; in mpegSurroundDecoder_Apply()1658 initControlFlags = controlFlags; in mpegSurroundDecoder_Apply()1711 pTimeOut, *frameSize, &controlFlags, *nChannels, mapDescr); in mpegSurroundDecoder_Apply()1722 if (((controlFlags & MPEGS_CONCEAL) && in mpegSurroundDecoder_Apply()1733 if ((err == MPS_OK) && !(controlFlags & MPEGS_BYPASSMODE) && in mpegSurroundDecoder_Apply()
1109 const vk::VkQueryControlFlags controlFlags[] = { 0, vk::VK_QUERY_CONTROL_PRECISE_BIT }; in init() local1112 for (int controlFlagIdx = 0; controlFlagIdx < DE_LENGTH_OF_ARRAY(controlFlags); ++controlFlagIdx) in init()1148 testVector.queryControlFlags = controlFlags[controlFlagIdx]; in init()