Searched refs:avQueueImageLength (Results 1 – 4 of 4) sorted by relevance
275 int32_t avQueueImageLength = 0; variable280 avQueueImageLength = static_cast<int32_t>(avQueueImageBuffer.size());283 int32_t retExpect = mediaImageLength + avQueueImageLength;314 int32_t avQueueImageLength = 0; variable319 avQueueImageLength = static_cast<int>(avQueueImageBuffer.size());322 int32_t retExpect = mediaImageLength + avQueueImageLength;
98 int avQueueImageLength = 0; in GetPixelMapBuffer() local103 avQueueImageLength = static_cast<int>(avQueueImageBuffer.size()); in GetPixelMapBuffer()104 metaData.SetAVQueueLength(avQueueImageLength); in GetPixelMapBuffer()107 int twoImageLength = mediaImageLength + avQueueImageLength; in GetPixelMapBuffer()122 for (int j = mediaImageLength, k = 0; j < twoImageLength && k < avQueueImageLength; j++, k++) { in GetPixelMapBuffer()
186 int avQueueImageLength = 0; in GetPixelMapBuffer() local191 avQueueImageLength = static_cast<int>(avQueueImageBuffer.size()); in GetPixelMapBuffer()192 metaData.SetAVQueueLength(avQueueImageLength); in GetPixelMapBuffer()195 int twoImageLength = mediaImageLength + avQueueImageLength; in GetPixelMapBuffer()210 for (int j = mediaImageLength, k = 0; j < twoImageLength && k < avQueueImageLength; j++, k++) { in GetPixelMapBuffer()
163 int avQueueImageLength = 0; in DoMetadataGetReplyInStub() local168 avQueueImageLength = static_cast<int>(avQueueImageBuffer.size()); in DoMetadataGetReplyInStub()169 metaData.SetAVQueueLength(avQueueImageLength); in DoMetadataGetReplyInStub()172 int twoImageLength = mediaImageLength + avQueueImageLength; in DoMetadataGetReplyInStub()189 for (int j = mediaImageLength, k = 0; j < twoImageLength && k < avQueueImageLength; j++, k++) { in DoMetadataGetReplyInStub()